You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-infisical/package.json

26 lines
474 B

{
"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": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"devDependencies": {
"eslint": "^8.29.0",
"husky": "^8.0.3"
}
}