1 Star 1 Fork 0

soxueren / LA716

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
jxw 提交于 2020-07-09 14:56 . la716-browser.ts
{
"name": "typescript-la716",
"version": "0.1.0",
"description": "TypeScript for la716",
"repository": {
"type": "git",
"url": "https://github.com/soxueren/LA716"
},
"author": "soxueren",
"license": "MIT",
"scripts": {
"start": "npm run serve",
"build": "npm run build-ts",
"serve": "node dist/server.js",
"watch-node": "nodemon dist/server.js",
"watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run watch-node\"",
"test": "jest --forceExit --coverage --verbose",
"watch-test": "npm run test -- --watchAll",
"build-ts": "tsc",
"watch-ts": "tsc -w",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
"copy-static-assets": "ts-node copyStaticAssets.ts",
"debug": "npm run build && npm run watch-debug",
"serve-debug": "nodemon --inspect dist/server.js",
"watch-debug": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-ts\" \"npm run serve-debug\""
},
"dependencies": {
"async": "^3.1.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "1.18.3",
"buffer": "^5.5.0",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.16.2",
"express-swagger-generator": "^1.1.17",
"express-validator": "^6.2.0",
"fbgraph": "^1.4.4",
"iconv-lite": "^0.5.1",
"lodash": "^4.17.15",
"lusca": "^1.6.1"
},
"devDependencies": {
"@types/async": "^3.0.2",
"@types/bcrypt-nodejs": "^0.0.30",
"@types/body-parser": "^1.17.1",
"@types/chai": "^4.2.3",
"@types/compression": "^1.0.1",
"@types/concurrently": "^4.1.0",
"@types/connect-mongo": "^3.0.0",
"@types/errorhandler": "^0.0.32",
"@types/eslint": "^6.1.1",
"@types/express": "^4.17.1",
"@types/express-flash": "0.0.1",
"@types/express-session": "^1.15.14",
"@types/jest": "^24.0.23",
"@types/lodash": "^4.14.141",
"@types/lusca": "^1.6.1",
"@types/node": "^12.7.8",
"@types/node-sass": "^4.11.0",
"@types/pug": "^2.0.4",
"@types/request": "^2.48.3",
"@types/request-promise": "^4.1.44",
"@types/shelljs": "^0.8.5",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"chai": "^4.2.0",
"concurrently": "^5.0.0",
"eslint": "^6.4.0",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"nodemon": "^1.19.2",
"shelljs": "^0.8.3",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
}
}
TypeScript
1
https://gitee.com/soxueren/LA716.git
git@gitee.com:soxueren/LA716.git
soxueren
LA716
LA716
master

搜索帮助