forked from primefaces/primefaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.93 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.93 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
{
"name": "primefaces",
"version": "1.0.0",
"description": "[](https://repo.maven.apache.org/maven2/org/primefaces/primefaces/) [](https://github.com/primefaces/primefaces/actions/workflows/build.yml) [](https://github.com/primefaces/primefaces/actions/workflows/nightly.yml) [](https://sonarcloud.io/dashboard?id=org.primefaces%3Aprimefaces) [](https://opensource.org/licenses/MIT) [](https://discord.gg/gzKFYnpmCY) [](https://stackoverflow.com/questions/tagged/primefaces+jsf) [](https://github.com/orgs/primefaces/discussions) [](https://gurubase.io/g/primefaces)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primefaces/primefaces.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/primefaces/primefaces/issues"
},
"homepage": "https://github.com/primefaces/primefaces#readme",
"devDependencies": {
"@biomejs/biome": "^2.1.1"
}
}