mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
32 lines
836 B
JSON
32 lines
836 B
JSON
{
|
|
"name": "infisical",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/infisical/infisical.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/infisical/infisical/issues"
|
|
},
|
|
"homepage": "https://github.com/infisical/infisical#readme",
|
|
"scripts": {
|
|
"prepare": "husky install"
|
|
},
|
|
"lint-staged": {
|
|
"./{frontend/backend}/**/*.{js,jsx,ts,tsx}": [
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^9.0.7",
|
|
"eslint": "^8.57.1",
|
|
"husky": "^8.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"secrets.js-grempe": "^2.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|