JSSTE_APP/package.json

30 lines
768 B
JSON

{
"name": "JSSTE_APP",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha ./test/index.js",
"start": "node ./src/index.js",
"build": "cd ./dashboard && npm run build ",
"install-full": "npm install && cd ./dashboard && npm install",
"setup": "npm run install-full && npm run build && npm run start",
"dev": "npm run build && npm run start"
},
"dependencies": {
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^1.8.2",
"express": "^4.17.3",
"jsste": "^1.3.3",
"moment": "^2.29.1",
"open": "^8.4.0",
"socket.io": "^4.5.1"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.1"
}
}