ncu -u && npm i

This commit is contained in:
mmcwilliams 2019-10-11 17:54:04 -04:00
parent 591641774a
commit 7cc03a2e8d
2 changed files with 715 additions and 354 deletions

1043
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/qunit", "test": "./node_modules/.bin/qunit",
"docs": "sh docs.sh" "docs": "sh docs.sh",
"build": "./node_modules/.bin/tsc -p tsconfig.json"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -25,18 +26,21 @@
"homepage": "https://github.com/sixteenmillimeter/intval3#readme", "homepage": "https://github.com/sixteenmillimeter/intval3#readme",
"dependencies": { "dependencies": {
"bleno": "^0.5.0", "bleno": "^0.5.0",
"cron": "^1.2.1", "cron": "^1.7.2",
"node-ipc": "^9.1.0", "delay": "file:lib/delay",
"node-persist": "^3.0.4", "node-ipc": "^9.1.1",
"onoff": "^3.2.8", "node-persist": "^3.0.5",
"restify": "^8.0.0", "onoff": "^5.0.0",
"sqlite3": "^4.0.6", "restify": "^8.4.0",
"squel": "^5.12.0", "sqlite3": "^4.1.0",
"uuid": "^3.1.0", "squel": "^5.13.0",
"uuid": "^3.3.3",
"winston": "^3.2.1" "winston": "^3.2.1"
}, },
"devDependencies": { "devDependencies": {
"jsdoc-to-markdown": "^4.0.1", "@types/node": "^12.7.12",
"qunit": "^2.6.2" "jsdoc-to-markdown": "^5.0.2",
"qunit": "^2.9.3",
"typescript": "^3.6.4"
} }
} }