-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
31
32
33
34
35
36
37
38
39
40
{
"name": "manu-crazy-cars",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run clean && parcel index.html --port 8080",
"build": "npm run clean && parcel build index.html --public-url ./",
"clean": "rimraf ./dist ./.cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manu-apps/manu-crazy-cars.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manu-apps/manu-crazy-cars/issues"
},
"dependencies": {
"assets": "^3.0.1",
"eventemitter3-timer": "^1.0.1",
"howler": "^2.2.3",
"parcel-bundler": "^1.12.5",
"parcel-plugin-static-files-copy": "^2.6.0",
"pixi.js": "^5.3.10",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"staticFiles": {
"staticPath": [
{
"staticPath": "assets",
"staticOutDir": "assets"
}
],
"watcherGlob": "**"
},
"homepage": "https://github.com/manu-apps/manu-crazy-cars#readme"
}