hors
Version:
Node.js API framework
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "hors",
"version": "0.0.9",
"description": "Node.js API framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/Quutti/Hors#readme",
"bugs": {
"url": "https://github.com/Quutti/Hors/issues"
},
"scripts": {
"build": "./node_modules/.bin/tsc -p tsconfig.production.json",
"test": "echo \"Error: no test specified\" && exit 1",
"example:simple": "./node_modules/.bin/ts-node ./examples/simple/start.ts",
"prepare": "npm run build"
},
"keywords": [
"api",
"framework",
"hors"
],
"repository": {
"type": "git",
"url": "https://github.com/Quutti/Hors.git"
},
"author": "Jokke Liikkanen <quutticode@gmail.com>",
"license": "MIT",
"dependencies": {
"express": "^4.16.3",
"inversify": "^4.13.0",
"reflect-metadata": "^0.1.12",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/reflect-metadata": "^0.1.0",
"@types/uuid": "^3.4.4",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
}
}