njinn
Version:
Build and run serverless javascript applications.
51 lines • 1.23 kB
JSON
{
"name": "njinn",
"version": "1.0.0",
"description": "Build and run serverless javascript applications.",
"main": "lib/server",
"types": "lib/server",
"scripts": {
"build": "tsc -p .",
"test": "jest --coverage",
"codecov": "codecov"
},
"bin": {
"njinn": "./lib/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Claviz/nJinn.git"
},
"keywords": [
"serverless",
"fass"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Claviz/nJinn/issues"
},
"homepage": "https://github.com/Claviz/nJinn#readme",
"devDependencies": {
"@types/bull": "^3.10.3",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^24.0.12",
"@types/node": "^12.0.0",
"@types/request-promise": "^4.1.44",
"@types/semver": "^6.0.2",
"codecov": "^3.5.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
"dependencies": {
"bull": "^3.11.0",
"commander": "^4.0.0-1",
"execa": "^2.1.0",
"fastify": "^2.9.0",
"fs-extra": "^8.1.0",
"latest-version": "^5.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}