-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·31 lines (31 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
{
"name": "lab",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "php tests/test_all.php http://localhost:8080",
"test_remote": "php tests/test_all.php https://saw21.dibris.unige.it/~S4943369",
"dev": "bash scripts/dev.sh",
"build": "bash scripts/build.sh",
"upload": "poetry run python3 scripts/upload.py",
"logs": "poetry run python3 scripts/execute.py scripts/php/logs.php",
"execute": "poetry run python3 scripts/execute.py",
"sql": "poetry run python3 scripts/sql.py",
"clear": "poetry run python3 scripts/sql.py -t file scripts/sql/clear.sql",
"psalm": "vendor/bin/psalm --debug",
"taint": "vendor/bin/psalm --debug --taint-analysis",
"cypress": "cypress open",
"consts": "poetry run python3 scripts/consts.py"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^4.9.4"
},
"dependencies": {
"beercss": "^2.3.0",
"font-awesome": "^4.7.0"
}
}