@jschmold/kor
Version:
`npm i mocha ts-node typedoc typescript --global`
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "@jschmold/kor",
"version": "0.0.8",
"description": "`npm i mocha ts-node typedoc typescript --global`",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.release.json",
"gendocs": "typedoc --out docs --module node",
"test": "node ./node_modules/mocha/bin/mocha -r node_modules/ts-node/register src/**/*.spec.ts"
},
"author": "Jonathan Schmold",
"license": "MIT",
"dependencies": {
"@jschmold/common": "0.0.2",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"class-transformer": "^0.1.9",
"class-validator": "^0.9.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.16.3",
"helmet": "^3.13.0",
"js-yaml": "^3.12.0",
"moment": "^2.22.2",
"mongodb": "^2.0.1",
"typeorm": "^0.2.7"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/chai": "^4.1.6",
"@types/cookie-parser": "^1.4.1",
"@types/csurf": "^1.9.35",
"@types/express": "^4.16.0",
"@types/helmet": "0.0.42",
"@types/js-yaml": "^3.11.2",
"@types/mocha": "^5.2.5",
"@types/mongodb": "^3.1.10",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.1",
"typescript-tools": "^0.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jschmold/kor.git"
},
"keywords": [
"kor",
"api",
"server"
],
"bugs": {
"url": "https://github.com/jschmold/kor/issues"
},
"homepage": "https://github.com/jschmold/kor#readme"
}