2017-08-22 01:11:07 +00:00
|
|
|
{
|
|
|
|
"name": "intval3",
|
2020-01-14 16:59:35 +00:00
|
|
|
"version": "3.1.4",
|
2017-08-22 01:11:07 +00:00
|
|
|
"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",
|
2019-11-26 16:41:59 +00:00
|
|
|
"compile": "./node_modules/.bin/tsc -p tsconfig.json",
|
|
|
|
"pretest": "",
|
|
|
|
"version": "",
|
|
|
|
"postversion": "git push && git push --tags",
|
|
|
|
"u": "npm run git -- -m \"update\"",
|
2020-07-23 22:04:11 +00:00
|
|
|
"git": "npm version patch --force",
|
|
|
|
"pkg": "pkg . --output ./bin/intval3"
|
2017-08-22 01:11:07 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2018-10-04 17:08:11 +00:00
|
|
|
"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"
|
2017-09-17 19:13:40 +00:00
|
|
|
},
|
|
|
|
"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",
|
2019-11-26 16:41:59 +00:00
|
|
|
"pkg": "^4.4.0",
|
2019-10-11 21:54:04 +00:00
|
|
|
"qunit": "^2.9.3",
|
|
|
|
"typescript": "^3.6.4"
|
2020-07-23 22:04:11 +00:00
|
|
|
},
|
|
|
|
"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"
|
2020-07-23 22:04:11 +00:00
|
|
|
],
|
|
|
|
"out-file": "./bin/intval3"
|
2017-08-22 01:11:07 +00:00
|
|
|
}
|
|
|
|
}
|