{ "name": "nhentai", "version": "1.0.0", "description": ".", "scripts": { "start": "node out/index.js", "watch": "tsc --watch", "build": "tsc --build", "tslint-check": "tslint-config-prettier-check ./tslint.json" }, "author": "Xymorot", "license": "ISC", "dependencies": { "@types/dotenv": "^6.1.0", "@types/node": "^11.11.0", "dotenv": "^6.2.0" }, "devDependencies": { "prettier": "^1.17.1", "tslint": "^5.17.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.5.1" } }