UNPKG

@daiyam/artifact-lang-js

Version:
29 lines (28 loc) 703 B
{ "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": [] }