UNPKG

@ark7/router

Version:
59 lines (58 loc) 1.51 kB
{ "name": "@ark7/router", "version": "1.0.10", "description": "Ark7 Router layer framework.", "main": "index.js", "scripts": { "build": "rm -rf dist && ./node_modules/.bin/gulp build", "release": "npm test && npm run build && cd dist && npm publish", "test": "NODE_ENV=test node_modules/.bin/ts-mocha --trace-warnings test/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/ark7-technology/router.git" }, "keywords": [ "Router", "Ark7" ], "author": "yz@ark7.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ark7-technology/router/issues" }, "homepage": "https://github.com/ark7-technology/router#readme", "devDependencies": { "@types/mocha": "^8.2.2", "@types/should": "^13.0.0", "gulp": "^4.0.2", "gulp-sourcemaps": "^3.0.0", "gulp-typescript": "^6.0.0-alpha.1", "mocha": "^8.3.2", "should": "^13.2.3", "ts-mocha": "^8.0.0", "ts-node": "^9.1.1", "typescript": "4.9" }, "importSort": { ".js, .jsx, .es6, .es": { "parser": "babylon", "style": "renke" }, ".ts, .tsx": { "parser": "typescript", "style": "renke" } }, "dependencies": { "@types/debug": "^4.1.5", "@types/koa-router": "^7.4.2", "@types/object-path": "^0.11.0", "@types/underscore": "^1.11.1", "debug": "^4.3.1", "koa-router": "^10.0.0", "object-path": "^0.11.5", "reflect-metadata": "^0.1.13", "underscore": "^1.13.1" } }