UNPKG

@tractorzoom/equipment-attributes

Version:

Source of truth for equipment attributes by category

52 lines (51 loc) 1.51 kB
{ "name": "@tractorzoom/equipment-attributes", "version": "11.7.0", "description": "Source of truth for equipment attributes by category", "author": "Tractor Zoom", "license": "ISC", "publishConfig": { "access": "public" }, "scripts": { "build": "rimraf lib && tsc && cp package.json lib", "test": "jest", "_postinstall": "husky install", "prepack": "pinst --disable", "postpack": "pinst --enable", "lint": "yarn biome lint ./src" }, "devDependencies": { "@tractorzoom/biome": "1.0.15", "@tractorzoom/chance-the-wrapper": "3.0.76", "@tractorzoom/commitlint": "1.0.15", "@tractorzoom/jest": "1.0.18", "@tractorzoom/semantic-release": "1.0.17", "husky": "8.0.3", "pinst": "3.0.0", "rimraf": "5.0.5", "typescript": "5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/TractorZoom/equipment-attributes.git" }, "homepage": "https://github.com/TractorZoom/equipment-attributes", "bugs": { "url": "https://github.com/TractorZoom/equipment-attributes/issues" }, "keywords": [ "equipment", "equipment-attributes", "farm", "farm-equipment", "make", "model" ], "lint-staged": { "{src/**/*.ts,__tests__/**/*.spec.js}": [ "npx biome check --apply" ] }, "packageManager": "yarn@1.22.19" }