JSSTE_APP/package.json

28 lines
682 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 && yarn build ",
"install-full": "yarn && cd ./dashboard && yarn",
"setup":"yarn install-full && yarn build && yarn start",
"dev":"yarn build && yarn start"
},
"dependencies": {
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^1.8.2",
"express": "^4.17.3",
"moment": "^2.29.1",
"open": "^8.4.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.1"
}
}