-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 881 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
{
"name": "astro",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:mbullington/astro.git",
"author": "Michael Bullington <[email protected]>",
"license": "MIT",
"scripts": {
"build": "wasmc -docker-image mbullington/emsdk:2.0.14",
"bench": "node bench/index.js",
"bench-browser": "parcel example/bench_parcel.html -p 5000",
"clean": "rm -rf dist build bench/run",
"serve": "serve"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/node": "^7.13.10",
"@turf/turf": "^6.3.0",
"eslint": "^7.18.0",
"eslint-config-mbullington": "^1.0.1",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"parcel-bundler": "^1.12.5",
"serve": "^11.3.2",
"tar-js": "^0.3.0",
"wasmc": "https://github.com/mbullington/js-wasmc.git"
},
"browserslist": [
"last 1 Chrome version"
]
}