mirror of
https://github.com/lucaspalomodevelop/JSSTE_APP.git
synced 2026-03-13 08:09:38 +00:00
24 lines
479 B
JSON
24 lines
479 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|