@bbye913/npmmirror-sync
Version:
42 lines • 1.1 kB
JSON
{
"name": "@bbye913/npmmirror-sync",
"type": "module",
"version": "1.0.2",
"description": "淘宝镜像源同步官方镜像更新",
"author": "WuBin <bbye913@gmail.com> (https://wubin.com/)",
"homepage": "https://github.com/bbye913/frontend-middleware/tree/master/packages/cli/npmmirror-sync#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bbye913/frontend-middleware.git",
"directory": "packages/cli/npmmirror-sync"
},
"bugs": {
"url": "https://github.com/bbye913/frontend-middleware/issues"
},
"keywords": [
"npmmirror",
"sync"
],
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./dist/bin/sync.js",
"files": [
"dist"
],
"dependencies": {
"chalk": "^5.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "pnpm build:tsc",
"build:tsc": "tsc -b tsconfig.build.json",
"clean": "rimraf --glob ./dist ./*.tsbuildinfo"
}
}