forked from NeoRazorX/facturascripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "facturascripts",
"version": "2025.0.0",
"description": "Open source ERP software. Built on modern PHP and bootstrap 5. Easy and powerful.",
"main": "index.php",
"scripts": {
"build": "npm run build:css && npm run build:js",
"build:css": "echo \"CSS build - Add your CSS build process here\"",
"build:js": "echo \"JS build - Add your JS build process here\"",
"watch": "echo \"Watch mode - Add your watch process here\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeoRazorX/facturascripts.git"
},
"keywords": [
"facturascripts",
"php",
"invoice",
"erp",
"crm",
"billing",
"accounting"
],
"author": "Carlos García Gómez",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://facturascripts.com/crear-issue"
},
"funding": {
"type": "individual",
"url": "https://facturascripts.com/patrocinar"
},
"homepage": "https://facturascripts.com",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@eastdesire/jscolor": "^2.5.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"bootstrap": "5.*",
"chart.js": "2.*",
"jquery": "^3.6.4",
"jquery-ui-dist": "1.12.*",
"pace-js": "1.*",
"select2": "^4.0.13",
"select2-bootstrap-5-theme": "^1.3.0"
}
}