intval3/package.json

76 lines
1.8 KiB
JSON
Raw Permalink Normal View History

{
"name": "intval3",
2020-01-14 16:59:35 +00:00
"version": "3.1.4",
"description": "Intervalometer for the Bolex",
"main": "index.js",
"scripts": {
2018-02-10 17:07:24 +00:00
"test": "./node_modules/.bin/qunit",
2019-10-11 21:54:04 +00:00
"docs": "sh docs.sh",
"compile": "./node_modules/.bin/tsc -p tsconfig.json",
"pretest": "",
"version": "",
"postversion": "git push && git push --tags",
"u": "npm run git -- -m \"update\"",
"git": "npm version patch --force",
"pkg": "pkg . --output ./bin/intval3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sixteenmillimeter/intval3.git"
},
"jshintConfig": {
"esversion": 6,
"strict": "global",
"node": true,
"asi": true
},
"author": "sixteenmillimeter",
"license": "MIT",
"bugs": {
"url": "https://github.com/sixteenmillimeter/intval3/issues"
},
"homepage": "https://github.com/sixteenmillimeter/intval3#readme",
"dependencies": {
"bleno": "^0.5.0",
2019-10-11 21:54:04 +00:00
"cron": "^1.7.2",
2019-10-16 14:58:46 +00:00
"fs-extra": "^8.1.0",
2019-10-11 21:54:04 +00:00
"node-ipc": "^9.1.1",
"node-persist": "^3.0.5",
"onoff": "^5.0.0",
"restify": "^8.4.0",
"sqlite3": "^4.1.0",
"squel": "^5.13.0",
"uuid": "^3.3.3",
2019-02-23 21:42:48 +00:00
"winston": "^3.2.1"
},
"devDependencies": {
2019-11-27 02:16:13 +00:00
"@types/bleno": "^0.4.1",
2019-10-16 14:58:46 +00:00
"@types/fs-extra": "^8.0.0",
2019-10-11 21:54:04 +00:00
"@types/node": "^12.7.12",
2019-10-16 14:58:46 +00:00
"@types/node-persist": "0.0.33",
"@types/uuid": "^3.4.5",
2019-10-11 21:54:04 +00:00
"jsdoc-to-markdown": "^5.0.2",
"pkg": "^4.4.0",
2019-10-11 21:54:04 +00:00
"qunit": "^2.9.3",
"typescript": "^3.6.4"
},
"bin": "index.js",
"pkg": {
"scripts": [
"./lib/ble/index.js",
"./lib/db/index.js",
"./lib/delay/index.js",
"./lib/intval/index.js",
"./lib/log/index.js",
"./lib/mscript/index.js",
"./lib/onoff/index.js",
"./lib/sequence/index.js",
"./lib/wifi/index.js"
],
"targets": [
2020-07-24 18:10:43 +00:00
"host"
],
"out-file": "./bin/intval3"
}
}