UNPKG

grid-npm-auto-publish

Version:
41 lines (40 loc) 1.05 kB
{ "name": "grid-npm-auto-publish", "version": "1.0.9", "description": "自动npm发布工具", "main": "index.js", "scripts": { "test": "echo \"No test specified\"", "build": "echo \"构建完成\"", "dev": "node scripts/dev-setup.js", "watch": "echo \"监听文件变化\"", "link": "npm link", "unlink": "npm unlink", "setup": "node scripts/dev-setup.js", "quick-release": "node scripts/quick-release.js", "prepublishOnly": "npm run build", "version": "echo version updated", "postversion": "git push && git push --tags" }, "keywords": [ "npm", "auto-publish", "ci-cd" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/grid/grid-npm-auto-publish.git" }, "bugs": { "url": "https://github.com/grid/grid-npm-auto-publish/issues" }, "homepage": "https://github.com/grid/grid-npm-auto-publish#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">=14.0.0" } }