c0bc330c32
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OPEN-174041
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "tstatic",
|
|
"version": "1.2.0",
|
|
"description": "The only static-file server you'll ever need!",
|
|
"main": "./dist/server.js",
|
|
"bin": {
|
|
"tstatic": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./dist/index.js",
|
|
"prepublishOnly": "npm run build",
|
|
"build": "tsc",
|
|
"test": "npm run lint && npm run mocha",
|
|
"mocha": "mocha --require scripts/test-helper.js --recursive --bail tests/**/*.test.ts tests/*.test.ts",
|
|
"lint": "tslint src/**/*.ts --project tsconfig.json"
|
|
},
|
|
"engines": {
|
|
"node": "8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RealOrangeOne/tstatic.git"
|
|
},
|
|
"author": "Jake Howard <git@theorangeone.net>",
|
|
"bugs": {
|
|
"url": "https://github.com/RealOrangeOne/tstatic/issues"
|
|
},
|
|
"homepage": "https://github.com/RealOrangeOne/tstatic#readme",
|
|
"dependencies": {
|
|
"compression": "1.7.2",
|
|
"connect-static-file": "2.0.0",
|
|
"docopt": "0.6.2",
|
|
"express": "4.16.3",
|
|
"express-basic-auth": "1.1.4",
|
|
"express-ip-access-control": "1.0.5",
|
|
"helmet": "3.12.0",
|
|
"morgan": "1.9.0",
|
|
"open": "6.0.0",
|
|
"serve-index": "1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/docopt": "0.6.31",
|
|
"@types/node-fetch": "1.6.7",
|
|
"@types/open": "0.0.29",
|
|
"@types/chai": "4.1.2",
|
|
"@types/compression": "0.0.35",
|
|
"@types/express": "4.11.1",
|
|
"@types/helmet": "0.0.37",
|
|
"@types/mocha": "2.2.48",
|
|
"@types/morgan": "1.7.35",
|
|
"@types/serve-index": "1.7.29",
|
|
"chai": "4.1.2",
|
|
"chai-as-promised": "7.1.1",
|
|
"mocha": "5.0.4",
|
|
"node-fetch": "2.1.1",
|
|
"supertest": "3.0.0",
|
|
"ts-node": "5.0.1",
|
|
"tslint": "5.9.1",
|
|
"tslint-config-dabapps": "dabapps/tslint-config-dabapps#v0.3.0",
|
|
"typescript": "2.7.2"
|
|
}
|
|
}
|