-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "kalimba",
"version": "1.0.0",
"description": "MATBay! revamped back-end",
"main": "./dist/index.js",
"scripts": {
"build": "tsc && npx copyfiles -E -f src/REST/controllers/dashboard/*.ejs dist/REST/controllers/dashboard/",
"start": "tsc && npx copyfiles -E -f src/REST/controllers/dashboard/*.ejs dist/REST/controllers/dashboard/ && node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TableauBits",
"license": "ISC",
"dependencies": {
"@angular/language-server": "^14.0.1",
"@types/cors": "^2.8.10",
"@types/ejs": "^3.0.7",
"@types/express": "^4.17.11",
"@types/lodash": "^4.14.171",
"@types/ws": "^7.4.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"bufferutil": "^4.0.3",
"chelys": "^2.15.2",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"eslint": "^7.26.0",
"express": "^4.17.1",
"firebase-admin": "^11.0.1",
"lodash": "^4.17.21",
"typescript": "^4.2.4",
"utf-8-validate": "^5.0.5",
"ws": "^7.5.1"
}
}