-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 854 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 854 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
25
26
27
28
29
30
{
"name": "pony-bumblebee",
"version": "1.0.1",
"description": "",
"private": true,
"scripts": {
"start": "browser-sync . --port 8080 --no-notify --files '*.html,app,.git-hash' --browser 'google chrome' --no-ghost-mode",
"start-old": "live-server",
"test": "echo \"Error: no test specified\" && exit 1",
"update-version": "git rev-parse HEAD | cut -c 1-7 > git-hash",
"preinstall": "npm run update-version",
"prestart": "npm run update-version"
},
"keywords": [],
"author": "Martin Grödl <martin@process.studio> (https://process.studio)",
"license": "AGPL-3.0",
"engines": {
"node": "16.15.1",
"npm": "8.12.2"
},
"dependencies": {
"csv-parse": "^5.2.2",
"lil-gui": "^0.16.1",
"p5": "^1.4.1"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"live-server": "^1.2.2"
}
}