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.
rap2-delos/package.json

91 lines
2.6 KiB
JSON

7 years ago
{
"name": "rap2-delos",
"version": "1.0.0",
"repository": {
"url": "https://github.com/thx/rap2-delos"
7 years ago
},
"description": "",
"main": "dist/dispatch.js",
7 years ago
"scripts": {
"build": "rimraf -rf dist/ && tsc",
"test": "cross-env NODE_ENV=development cross-env TEST_MODE=true nyc mocha --exit --reporter nyan",
"check": "echo \"Checking...\" && tsc && npm run tslint",
7 years ago
"dev": "cross-env NODE_ENV=development nodemon --watch scripts --watch dist dist/scripts/dev.js",
7 years ago
"create-db": "cross-env NODE_ENV=development node dist/scripts/init",
7 years ago
"tslint": "tslint -c tslint.json -p tsconfig.json",
"start": "cross-env NODE_ENV=production pm2 start dist/dispatch.js --name=rap-server-delos"
7 years ago
},
"author": "bosn, nuysoft",
7 years ago
"license": "ISC",
"dependencies": {
7 years ago
"@types/kcors": "^2.2.2",
"@types/koa": "^2.0.43",
"@types/koa-router": "^7.0.27",
7 years ago
"@types/mocha": "^2.2.46",
7 years ago
"chalk": "^1.1.3",
"cross-env": "^5.1.1",
7 years ago
"graceful": "^1.0.1",
"is-md5": "^0.0.2",
7 years ago
"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",
"md5": "^2.2.1",
7 years ago
"mockjs": "^1.0.1-beta3",
"moment": "^2.17.1",
"mysql": "^2.11.1",
"mysql2": "^1.5.1",
7 years ago
"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",
7 years ago
"underscore": "^1.8.3",
"urllib": "^2.22.0"
},
"devDependencies": {
7 years ago
"@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.106",
"@types/md5": "^2.1.32",
7 years ago
"@types/mocha": "^2.2.46",
"@types/mockjs": "^1.0.0",
"@types/node": "^8.5.2",
"@types/sequelize": "^4.27.10",
"@types/underscore": "^1.8.8",
7 years ago
"babel-eslint": "^7.2.3",
"chai": "^3.5.0",
7 years ago
"mocha": "^4.1.0",
7 years ago
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
7 years ago
"nyc": "^11.4.1",
7 years ago
"pm2": "^2.10.2",
7 years ago
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
7 years ago
"source-map-support": "^0.5.0",
7 years ago
"standard": "^10.0.2",
"supertest": "^3.0.0",
7 years ago
"tslint": "^5.8.0",
"typescript": "^2.6.2"
7 years ago
},
7 years ago
"pre-commit": [
"check"
],
7 years ago
"engines": {
"install-node": "8.9.3"
7 years ago
}
}