@daiyam/artifact-lang-js
Version:
The base configuration for my javascript projects
29 lines (28 loc) • 703 B
JSON
{
"scripts": {
"audit:fix": "npm audit fix --min-release-age=0",
"ci:lint": "zizmor .",
"ci:lint:fix": "zizmor . --fix=all",
"lint:all": "npm audit && npm run lint:package && npm run ci:lint",
"lint:package": "fixpack || true",
"prepare": "husky; npm run lint:package",
"update:artifacts": "artifact update",
"update:ci": "PINACT_MIN_AGE=7 pinact run --update",
"update:deps": "taze --all"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"fixpack": "4.0.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"taze": "19.12.0"
},
"overrides": {
"ajv": {
"fast-uri": "3.1.2"
}
},
"keywords": []
}