@nodeswork/sbase
Version:
Basic REST api foundation from Nodeswork.
80 lines (79 loc) • 2.27 kB
JSON
{
"name": "@nodeswork/sbase",
"version": "0.5.133",
"description": "Basic REST api foundation from Nodeswork.",
"types": "index.d.ts",
"scripts": {
"build": "rm -rf index.d.ts mongoose koa && ./node_modules/.bin/gulp",
"prepublish": "npm test && npm run build",
"test": "NODE_ENV=test node_modules/.bin/mocha --trace-warnings --compilers ts:ts-node/register",
"test2": "./node_modules/.bin/gulp && NODE_ENV=test node_modules/.bin/mocha --trace-warnings --compilers coffee:coffeescript/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeswork/sbase.git"
},
"keywords": [
"nodeswork",
"sbase"
],
"author": "andy@nodeswork.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nodeswork/sbase/issues"
},
"homepage": "https://github.com/nodeswork/sbase#readme",
"devDependencies": {
"@types/koa-compose": "^3.2.3",
"@types/mocha": "^2.2.48",
"@types/node": "^8.10.30",
"@types/should": "^11.2.0",
"chai": "^4.1.2",
"coffeescript": "^2.3.2",
"gulp": "^4.0.2",
"gulp-typescript": "^3.2.4",
"mocha": "^3.5.3",
"natives": "^1.1.6",
"should": "^11.2.1",
"source-map-support": "^0.5.9",
"ts-node": "^7.0.1",
"typescript": "^3.6.4"
},
"peerDependencies": {
"mongoose": "^5.9.10"
},
"dependencies": {
"@nodeswork/utils": "^0.1.14",
"@types/debug": "^4.1.5",
"@types/koa-router": "^7.0.32",
"@types/lru-cache": "^4.1.1",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.13",
"@types/mongoose": "^5.7.21",
"@types/object-path": "^0.11.0",
"@types/socket.io": "^1.4.38",
"@types/socket.io-client": "^1.4.32",
"@types/underscore": "^1.8.9",
"@types/validator": "^9.4.2",
"debug": "^4.1.1",
"koa-compose": "^4.1.0",
"koa-router": "^9.0.1",
"lru-cache": "^4.1.3",
"moment": "^2.25.1",
"moment-timezone": "^0.5.28",
"object-path": "^0.11.4",
"reflect-metadata": "^0.1.12",
"underscore": "^1.9.1",
"validator": "^8.2.0"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "renke"
},
".ts, .tsx": {
"parser": "typescript",
"style": "renke"
}
}
}