You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"name": "rap2-delos",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"url": "https://github.com/thx/rap2-delos"
|
|
},
|
|
"description": "",
|
|
"main": "dist/dispatch.js",
|
|
"scripts": {
|
|
"build": "rm -rf dist/ && tsc",
|
|
"test": "cross-env NODE_ENV=development cross-env TEST_MODE=true nyc mocha --exit --reporter nyan",
|
|
"check": "echo \"Checking...\" && npm run tslint",
|
|
"dev": "cross-env NODE_ENV=development nodemon --watch scripts --watch dist dist/scripts/dev.js",
|
|
"create-db": "node dist/scripts/init",
|
|
"tslint": "tslint -c tslint.json -p tsconfig.json",
|
|
"start": "cross-env NODE_ENV=production node dist/dispatch.js"
|
|
},
|
|
"author": "bosn, nuysoft",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/kcors": "^2.2.2",
|
|
"@types/koa": "^2.0.43",
|
|
"@types/koa-router": "^7.0.27",
|
|
"@types/mocha": "^2.2.46",
|
|
"chalk": "^1.1.3",
|
|
"cross-env": "^5.1.1",
|
|
"graceful": "^1.0.1",
|
|
"js-beautify": "^1.6.9",
|
|
"kcors": "^2.2.1",
|
|
"koa": "^2.2.0",
|
|
"koa-body": "^2.0.0",
|
|
"koa-logger": "^2.0.1",
|
|
"koa-router": "^7.1.1",
|
|
"koa-send": "^4.0.0",
|
|
"koa-session": "^5.0.0",
|
|
"koa-static": "^3.0.0",
|
|
"lodash": "^4.17.5",
|
|
"mockjs": "^1.0.1-beta3",
|
|
"moment": "^2.17.1",
|
|
"mysql": "^2.11.1",
|
|
"mysql2": "^1.5.1",
|
|
"node-fetch": "^1.7.1",
|
|
"node-print": "0.0.4",
|
|
"path-to-regexp": "^2.1.0",
|
|
"reflect-metadata": "^0.1.10",
|
|
"sequelize": "^4.28.6",
|
|
"sequelize-typescript": "^0.6.3",
|
|
"svg-captcha": "^1.3.11",
|
|
"underscore": "^1.8.3",
|
|
"urllib": "^2.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.0.10",
|
|
"@types/kcors": "^2.2.2",
|
|
"@types/koa": "^2.0.43",
|
|
"@types/koa-logger": "^3.1.0",
|
|
"@types/koa-router": "^7.0.27",
|
|
"@types/koa-session": "^3.0.6",
|
|
"@types/koa-static": "^4.0.0",
|
|
"@types/lodash": "^4.14.104",
|
|
"@types/mocha": "^2.2.46",
|
|
"@types/mockjs": "^1.0.0",
|
|
"@types/node": "^8.5.2",
|
|
"@types/sequelize": "^4.27.10",
|
|
"babel-eslint": "^7.2.3",
|
|
"chai": "^3.5.0",
|
|
"mocha": "^4.1.0",
|
|
"nodemon": "^1.11.0",
|
|
"npm-run-all": "^4.0.2",
|
|
"nyc": "^11.4.1",
|
|
"pre-commit": "^1.2.2",
|
|
"source-map-support": "^0.5.0",
|
|
"standard": "^10.0.2",
|
|
"supertest": "^3.0.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.2"
|
|
},
|
|
"pre-commit": [
|
|
"check"
|
|
],
|
|
"engines": {
|
|
"install-node": "8.9.3"
|
|
}
|
|
}
|