UNPKG

namillum

Version:
55 lines (54 loc) 1.37 kB
{ "name": "scilla-server", "version": "1.0.0", "description": "Scilla checker server", "main": "dist/index.js", "scripts": { "start": "node dist/server/server.js", "build": "tsc -p tsconfig.server.json", "serve": "nodemon --inspect dist/server/server.js --watch dist/server", "watch": "yarn build:server -- -w" }, "repository": { "type": "git", "url": "git+https://github.com/micovi/scilla-server.git" }, "keywords": [ "scilla", "checker", "nodejs", "zilliqa" ], "author": "Ovidiu Miclea", "license": "ISC", "bugs": { "url": "https://github.com/micovi/scilla-server/issues" }, "homepage": "https://github.com/micovi/scilla-server#readme", "dependencies": { "@types/cors": "^2.8.6", "@types/errorhandler": "0.0.32", "@types/lusca": "^1.6.1", "@types/uuid": "^3.4.6", "cors": "^2.8.5", "dotenv": "^8.2.0", "errorhandler": "^1.5.1", "express": "^4.17.1", "lusca": "^1.6.1", "uuid": "^3.4.0" }, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/express": "^4.17.2", "@types/jest": "^25.1.0", "@types/node": "^13.5.0", "@types/ramda": "^0.26.40", "babel-jest": "^25.1.0", "install": "^0.13.0", "jest": "^25.1.0", "npm": "^6.13.6", "ramda": "^0.26.1", "tslint": "^6.0.0", "typescript": "^3.7.5" } }