{ "name": "tstatic", "version": "1.1.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", "prepublish": "npm run build", "build": "tsc", "test": "npm run build && npm run lint && npm run mocha", "mocha": "mocha --compilers ts:ts-node/register --require scripts/test-helper.js --recursive --bail tests/**/*.test.ts tests/*.test.ts", "lint": "tslint src/**/*.ts --type-check --project tsconfig.json" }, "engines": { "node": "8.9.4" }, "repository": { "type": "git", "url": "git+https://github.com/RealOrangeOne/tstatic.git" }, "author": "Jake Howard ", "bugs": { "url": "https://github.com/RealOrangeOne/tstatic/issues" }, "homepage": "https://github.com/RealOrangeOne/tstatic#readme", "dependencies": { "compression": "1.6.2", "connect-static-file": "1.2.0", "docopt": "0.6.2", "express": "4.15.3", "express-basic-auth": "1.0.1", "express-ip-access-control": "1.0.5", "express-winston": "2.4.0", "helmet": "3.6.1", "opbeat": "4.14.0", "open": "0.0.5", "serve-index": "1.9.0", "winston": "2.3.1" }, "devDependencies": { "@types/chai": "4.1.2", "@types/compression": "0.0.35", "@types/express": "4.11.0", "@types/helmet": "0.0.37", "@types/mocha": "2.2.47", "@types/serve-index": "1.7.29", "chai": "4.0.2", "chai-as-promised": "7.1.1", "mocha": "3.4.2", "node-fetch": "1.7.1", "supertest": "3.0.0", "ts-node": "3.2.0", "tslint": "5.5.0", "typescript": "2.2.1" } }