-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 905 Bytes
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
{
"name": "phoenix",
"version": "3.2.2-0",
"apiVersion": "3.2.2",
"homepage": "https://phcode.dev",
"issues": {
"url": "https://github.com/phcode-dev/phoenix/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/phcode-dev/phcode.live",
"branch": "",
"SHA": ""
},
"devDependencies": {
"http-server": "14.1.0"
},
"scripts": {
"vulnerabilityCheck": "echo Scanning for vulnarabilities && npm audit --prod",
"build": "npm run vulnerabilityCheck",
"serve": "http-server ./docs/ -p 8001 -c-1",
"serveExternal": "http-server ./docs/ -p 8001 -a 0.0.0.0 --log-ip true -c-1"
},
"licenses": [
{
"type": "AGPL-3.0-or-later",
"url": "https://github.com/phcode-dev/phoenix/blob/master/LICENSE"
}
],
"dependencies": {
}
}