{ "name": "zy-react-data", "private": false, "version": "1.0.1", "type": "module", "description": "", "author": "LiuJiaNan", "license": "MIT", "files": [ "enum", "json", "README.md" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "prepublishOnly": "npm run build", "patch": "npm version patch", "minor": "npm version minor", "release": "npm publish", "postinstall": "echo 'Thanks for using our data library!'" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", "eslint": "^9.37.0", "eslint-plugin-format": "^1.0.2", "glob": "^13.0.0", "rollup": "^4.54.0", "typescript": "^5.9.3" } }