-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 820 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "shadow-syindicate",
"version": "1.0.4",
"description": "",
"scripts": {
"dev": "npx parcel public/index.html --port 8000",
"clear-cache": "node builder.js && rm -rf ./dist && rm -rf ./.parcel-cache",
"predev": "npm run clear-cache && mkdir ./dist && ln -s ../levels ./dist/",
"build": "npx parcel build public/index.html --public-url ./",
"prebuild": "npm run clear-cache && mkdir ./dist && ln -s ../levels ./dist/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/packager-raw-url": "^2.10.3",
"@parcel/transformer-webmanifest": "^2.10.3",
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"parcel": "^2.10.3"
}
}