27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"name": "@abear/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://registry.npmjs.org/"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "abearxiong",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@7.21.0+sha256.55c2246a81d433295fb0c701a349b3254de95348976f02e5acef031fc1045111",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|