bosca-ceoil-js/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2019-07-16 09:31:45 +02:00
{
"name": "bosca-coeil-js",
"version": "0.1.0",
"description": "TypeScript port of SiON",
"main": "out/index.js",
"scripts": {
"assets": "node task-assets.js",
"compile": "tsc -p ./",
"deploy": "node task-deploy.js",
"dev": "concurrently npm:watch npm:webpack-dev npm:serve",
2019-07-16 10:03:12 +02:00
"serve": "ws --rewrite \"/bosca-coeil-js/(.*) -> /$1\"",
2019-07-16 09:31:45 +02:00
"start": "node out/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -watch -p ./",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtkennerly/bosca-coeil-js.git"
},
"author": "Matthew T. Kennerly",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtkennerly/bosca-coeil-js/issues"
},
"homepage": "https://github.com/mtkennerly/bosca-coeil-js#readme",
"dependencies": {
"dialog-polyfill": "^0.5.0",
2019-07-16 09:31:45 +02:00
"tone": "^13.4.9"
},
"devDependencies": {
"@types/node": "^12.6.3",
"@types/tone": "git+https://github.com/Tonejs/TypeScript.git",
"concurrently": "^4.1.1",
"gh-pages": "^2.0.1",
2019-07-16 10:03:12 +02:00
"local-web-server": "^3.0.4",
2019-07-16 09:31:45 +02:00
"ts-loader": "^6.0.4",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}