mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-17 16:07:40 +01:00
- Fix Storage.tsx using number priorities instead of string literals - Move husky configuration to repository root for proper git hook support - Add package.json/lock.json to root (un-ignore in .gitignore) - Configure pre-push hook to run type-check before push
33 lines
735 B
JSON
33 lines
735 B
JSON
{
|
|
"name": "pulse",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "pulse",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"husky": "^9.1.7"
|
|
}
|
|
},
|
|
"node_modules/husky": {
|
|
"version": "9.1.7",
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
|
|
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"husky": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/typicode"
|
|
}
|
|
}
|
|
}
|
|
}
|