Files
begin/package.json
2020-10-26 14:30:23 +00:00

34 lines
1013 B
JSON

{
"name": "begin-app",
"version": "0.0.0",
"description": "Begin basic Svelte app + API",
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start autobuild",
"lint": "eslint src --fix",
"start": "run-s build sandbox",
"sandbox": "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": "^7.0.2",
"eslint": "^7.12.0",
"eslint-plugin-svelte3": "",
"npm-run-all": "^4.1.5",
"rollup": "^2.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "",
"rollup-plugin-terser": "^7.0.2",
"svelte": "",
"tap-spec": "^5.0.0",
"tape": "^5.0.1",
"tiny-json-http": "^7.3.0"
}
}