57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "intval3",
|
|
"version": "3.1.2",
|
|
"description": "Intervalometer for the Bolex",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/qunit",
|
|
"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"
|
|
},
|
|
"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",
|
|
"cron": "^1.7.2",
|
|
"fs-extra": "^8.1.0",
|
|
"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",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bleno": "^0.4.1",
|
|
"@types/fs-extra": "^8.0.0",
|
|
"@types/node": "^12.7.12",
|
|
"@types/node-persist": "0.0.33",
|
|
"@types/uuid": "^3.4.5",
|
|
"jsdoc-to-markdown": "^5.0.2",
|
|
"pkg": "^4.4.0",
|
|
"qunit": "^2.9.3",
|
|
"typescript": "^3.6.4"
|
|
}
|
|
}
|