-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 939 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
{
"name": "2d-map-generator",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx parcel ./src/index.html ./src/assets/**/*",
"build": "npx parcel build ./src/index.html ./src/assets/**/* --public-url ./ -d docs",
"lint": "npx tsc -noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youedd/2d-map-generator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/youedd/2d-map-generator/issues"
},
"homepage": "https://github.com/youedd/2d-map-generator#readme",
"devDependencies": {
"@types/p5": "^0.9.1",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"sass": "^1.27.0",
"typescript": "^4.0.3"
},
"dependencies": {
"p5": "^1.1.9"
}
}