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.

43 lines
1.2 KiB
JSON

{
"name": "express-my-admin",
"version": "0.0.0",
"private": true,
"repository": "git@git.zcj.plus:zhouchijian/express-my-admin.git",
"scripts": {
"build": "rm -rf dist && tsc && cp .env dist/.env && cp ormconfig.json dist/ormconfig.json && cp -r bin dist/bin && cp -r views ./dist/views",
"start:prod": "cd dist && node ./bin/www",
"dev": "nodemon"
},
"dependencies": {
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"es6-shim": "^0.35.6",
"express": "~4.16.1",
"hjs": "~0.0.6",
"http-errors": "~1.6.3",
"less-middleware": "~2.2.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.1.0",
"typeorm": "^0.2.34"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.12",
"@types/http-errors": "^1.8.0",
"@types/less-middleware": "^2.0.31",
"@types/morgan": "^1.9.2",
"@types/node": "^15.12.3",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.29.0",
"nodemon": "^2.0.7",
"typescript": "^4.3.4"
}
}