-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "undertale-dialog-generator",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel src/index.html",
"lint": "eslint src/undertale.js",
"build": "parcel build src/index.html",
"build-gh": "rm -rf docs/*; parcel build src/index.html --dist-dir docs --public-url /undertale-dialog-generator/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-elm": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"events": "^3.3.0",
"parcel": "^2.12.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"process": "^0.11.10",
"svgo": "^3",
"yarn": "^1.22.22"
}
}