Skip to content

Commit

Permalink
chore: config package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Jun 21, 2024
1 parent fedee89 commit cbc80a6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"types": "lib/index.d.ts",
"unpkg": "dist/index.umd.min.js",
"sideEffects": false,
"files": [
"lib",
"esm",
"dist",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rimraf lib esm dist",
"doc": "typedoc src/index.ts --plugin typedoc-plugin-markdown",
Expand All @@ -18,7 +26,8 @@
"build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib",
"build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm",
"build": "run-p build:*",
"bundle-vis": "cross-env BUNDLE_VIS=1 run-p build:umd"
"bundle-vis": "cross-env BUNDLE_VIS=1 run-p build:umd",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@antv/event-emitter": "^0.1.3"
Expand Down

0 comments on commit cbc80a6

Please sign in to comment.