-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 952 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
{
"name": "begin-app",
"version": "0.0.1",
"description": "Begin basic Svelte app + API",
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start autobuild",
"lint": "eslint src --ignore-pattern node_modules --fix",
"start": "npm run build && npx sandbox",
"start:sandbox": "cross-env NODE_ENV=testing ARC_LOCAL=1 npx sandbox",
"test": "cross-env NODE_ENV=testing PORT=6666 tape test/*-test.js ./test/**/*-test.js | tap-spec"
},
"devDependencies": {
"@architect/sandbox": "latest",
"@begin/data": "latest",
"cross-env": "",
"eslint": "",
"eslint-plugin-svelte3": "",
"npm-run-all": "",
"rollup": "",
"rollup-plugin-commonjs": "",
"rollup-plugin-livereload": "",
"rollup-plugin-node-resolve": "",
"rollup-plugin-svelte": "",
"rollup-plugin-terser": "",
"svelte": "",
"tap-spec": "",
"tape": "",
"tiny-json-http": ""
}
}