mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
28 lines
724 B
JSON
28 lines
724 B
JSON
|
{
|
||
|
"name": "kanidm",
|
||
|
"version": "0.0.1-dev",
|
||
|
"description": "Kanidm UI Javascript - not a publishable package, just for development",
|
||
|
"type": "module",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/kanidm/kanidm.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "MPL-2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/kanidm/kanidm/issues"
|
||
|
},
|
||
|
"homepage": "https://kanidm.com",
|
||
|
"devDependencies": {
|
||
|
"@eslint/js": "^9.17.0",
|
||
|
"eslint": "^9.17.0",
|
||
|
"globals": "^15.14.0",
|
||
|
"prettier": "^3.4.2"
|
||
|
},
|
||
|
"scripts" : {
|
||
|
"prettier": "npx prettier --ignore-path 'prettier-ignore' ./static --check",
|
||
|
"prettier:fix": "npx prettier --ignore-path 'prettier-ignore' ./static --write"
|
||
|
}
|
||
|
|
||
|
}
|