forked from FOSSBilling/FOSSBilling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 741 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 741 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
{
"name": "fossbilling",
"author": "FOSSBilling Team",
"homepage": "https://fossbilling.org",
"license": "Apache License 2.0",
"scripts": {
"build": "npm run build-themes",
"build-themes": "npm run build-admin_default && npm run build -w huraga",
"build-huraga": "npm run build -w huraga",
"build-admin_default": "npm run build -w admin_default"
},
"repository": {
"type": "git",
"url": "https://github.com/FOSSBilling/FOSSBilling.git"
},
"issues": {
"url": "https://github.com/FOSSBilling/FOSSBilling/issues"
},
"workspaces": [
"src/themes/huraga",
"src/themes/admin_default"
],
"config": {
"platform": {
"php": "8.3"
}
},
"engines": {
"npm": ">=11"
}
}