test-publish/package.json

24 lines
543 B
JSON

{
"name": "test-publish",
"version": "1.0.0",
"description": "",
"private": false,
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"spublish": "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"
}
}