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

75 lines
2.0 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": {
7 years ago
"build": "rm -rf dist/ && tsc",
"test": "npm run build && cross-env NODE_ENV=development cross-env TEST_MODE=true nyc mocha --exit --reporter nyan",
"check": "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": "node dist/scripts/init",
"tslint": "tslint -c tslint.json -p tsconfig.json",
7 years ago
"start": "cross-env NODE_ENV=production node dist/dispatch.js"
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",
"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",
"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.2",
"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/mocha": "^2.2.46",
"@types/node": "^8.5.2",
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",
"pre-commit": "^1.2.2",
"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
}
}