@cashfarm/tractor
Version:
A Hapi server with superpowers
96 lines (95 loc) • 3.07 kB
JSON
{
"name": "@cashfarm/tractor",
"version": "0.1.4",
"description": "A Hapi server with superpowers",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "yarn clean && yarn tsc && cp package.json package/",
"clean": "rimraf ./package",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- ./dist/test/*.js",
"docs": "yarn docs:html && opn docs/index.html",
"docs:html": "typedoc src/index.ts --excludePrivate --mode file --theme minimal --out docs",
"docs:json": "typedoc --mode file --json docs/typedoc.json src/index.ts",
"docs:publish": "yarn docs:html && gh-pages -d docs",
"indexes": "gulp indexes",
"lint": "tslint --project ./tsconfig.json -c ./tslint.json",
"publish-please": "yarn build && cd package && publish-please",
"notest": "cd tests && mocha --compilers ts:ts-node/register -r tsconfig-paths/register ./*.spec.ts",
"test:watch": "cd tests && mocha -w --compilers ts:ts-node/register -r tsconfig-paths/register ./*.spec.ts",
"tsc": "tsc"
},
"engines": {
"node": ">=6.6.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cashfarm/tractor.git"
},
"keywords": [
"shiny"
],
"author": "Saulo Vallory <saulo@cashfarm.tech>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cashfarm/tractor/issues"
},
"homepage": "https://github.com/cashfarm/tractor#README",
"dependencies": {
"@cashfarm/lang": "^0.8.0",
"@cashfarm/plow": "^0.5.0",
"@types/hapi": "^16.1.10",
"blipp": "2.x",
"boom": "^3.2.2",
"confidence": "^3.0.2",
"debug": "^2.2.0",
"glue": "^4.2.0",
"good": "^7.3.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"hapi": "^16.6.2",
"hapi-cors-headers": "^1.0.0",
"hapi-swagger": "^7.7.1",
"inert": "^4.2.1",
"inversify": "4.13.x",
"inversify-binding-decorators": "^3.0.0",
"pubsub-js": "^1.5.7",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.4.2",
"tslib": "^1.7.1",
"tv": "6.x.x",
"vision": "^4.1.1"
},
"devDependencies": {
"@types/boom": "^4.3.8",
"@types/chai": "^3.4.34",
"@types/chalk": "^0.4.31",
"@types/confidence": "^1.4.30",
"@types/debug": "^0.0.30",
"@types/inert": "^4.2.4",
"@types/lodash": "^4.14.121",
"@types/mocha": "^2.2.32",
"@types/node": "8",
"@types/pubsub-js": "^1.5.18",
"@types/reflect-metadata": "^0.0.5",
"@types/rimraf": "^0.0.28",
"@types/source-map-support": "^0.4.0",
"@types/through2": "^2.0.31",
"@types/typescript": "^0.4.26",
"@types/vinyl": "^1.2.30",
"@types/vision": "^4.1.3",
"chai": "^3.5.0",
"gh-pages": "^1.0.0",
"osascript": "^1.2.0",
"publish-please": "^5.4.3",
"rimraf": "^2.5.4",
"ts-node": "^3.3.0",
"tsconfig-paths": "^2.3.0",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-language-service": "^0.9.9",
"tslint-microsoft-contrib": "^6.1.0-beta",
"typedoc": "^0.9.0",
"typescript": "^3.3.3333"
}
}