{ "name": "@kevisual/test-publish", "version": "1.0.1", "description": "", "private": false, "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublish": "npm run build", "publish:me": "npm publish --registry https://npm.xiongxiao.me" }, "files": [ "dist" ], "keywords": [], "author": "abearxiong", "license": "ISC", "packageManager": "pnpm@7.21.0+sha256.55c2246a81d433295fb0c701a349b3254de95348976f02e5acef031fc1045111", "dependencies": { "lodash": "^4.17.21" }, "publishConfig": { "access": "public" } }