Alias to run the project without building. Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2021-02-19 17:38:40 -05:00
parent 9ead2ca219
commit 5c9e44db91
4 changed files with 285 additions and 306 deletions

View File

@@ -8,6 +8,7 @@
"tsc": "tsc",
"build": "npm run clean && npm run tsc",
"start": "npm run build && node dist/index.js",
"faststart": "node dist/index.js",
"lint": "eslint . --ext .js,.ts"
},
"repository": {
@@ -26,30 +27,30 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.4",
"@types/luxon": "^1.25.0",
"@types/fs-extra": "^9.0.7",
"@types/luxon": "^1.26.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.10",
"@types/node": "^14.14.31",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^15.0.10",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
"typescript": "^4.1.5"
},
"dependencies": {
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"got": "^11.8.0",
"fs-extra": "^9.1.0",
"got": "^11.8.1",
"helios-distribution-types": "^1.0.0-rc.1",
"luxon": "^1.25.0",
"luxon": "^1.26.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.12.0",
"node-stream-zip": "^1.13.1",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.79.0",
"ts-json-schema-generator": "^0.86.0",
"winston": "^3.3.3",
"yargs": "^16.1.0"
"yargs": "^16.2.0"
}
}