parent
0d6b212565
commit
7f23d5e7e8
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docx-wasm",
|
||||
"version": "0.0.242",
|
||||
"version": "0.0.244",
|
||||
"main": "dist/node/index.js",
|
||||
"browser": "dist/web/index.js",
|
||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||
|
@ -10,8 +10,8 @@
|
|||
"wasm-pack:web": "wasm-pack build --release --out-dir dist/web/pkg",
|
||||
"wasm-pack:node": "wasm-pack build --release --out-dir dist/node/pkg --target nodejs",
|
||||
"wasm-pack": "run-s wasm-pack:*",
|
||||
"tsc:web": "tsc -p tsconfig.web.json",
|
||||
"tsc:node": "tsc -p tsconfig.node.json",
|
||||
"tsc:web": "tsc -p tsconfig.web.json --sourcemap",
|
||||
"tsc:node": "tsc -p tsconfig.node.json --sourcemap",
|
||||
"tsc": "run-s tsc:*",
|
||||
"test": "npm run build && tsc && jest",
|
||||
"build": "run-s tsrs copy:bindings wasm-pack tsc",
|
||||
|
@ -44,7 +44,8 @@
|
|||
"files": [
|
||||
"dist",
|
||||
"dist/web/pkg/*",
|
||||
"dist/node/pkg/*"
|
||||
"dist/node/pkg/*",
|
||||
"js/*"
|
||||
],
|
||||
"module": "dist/web/index.js",
|
||||
"types": "dist/web/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue