UNPKG

@gzteacher/cms-updater

Version:
48 lines 1.14 kB
{ "name": "@gzteacher/cms-updater", "version": "1.0.12", "description": "一键更新 cms 旧语法到新语法", "homepage": "https://github.com/yyz945947732/@gzteacher/cms-updater", "bin": { "cms-update": "./bin/index.js" }, "type": "module", "author": "yyz945947732 <945947732@qq.com>", "license": "MIT", "files": [ "bin", "lib" ], "bugs": { "url": "https://github.com/yyz945947732/@gzteacher/cms-updater/issues", "email": "945947732@qq.com" }, "repository": { "type": "git", "url": "git+https://github.com/yyz945947732/@gzteacher/cms-updater.git" }, "dependencies": { "fast-glob": "^3.3.3", "fs-extra": "^11.1.1", "update-notifier": "^6.0.2", "yargs-parser": "^21.1.1" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@biomejs/biome": "^1.1.2", "knip": "^5.50.5" }, "keywords": [ "@gzteacher", "cms-updater", "cms" ], "publishConfig": { "access": "public" }, "scripts": { "start": "node ./bin/index.js", "lint": "biome check --apply-unsafe ./lib && biome format --write ./lib", "knip": "knip" } }