summaryrefslogtreecommitdiff
path: root/packages/doc/package.json
blob: d5fc4375717a372a3da639c884be420f10a2bb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "@notive/doc",
  "private": true,
  "exports": {
    ".": {
      "types": "./dist/notive_doc.d.ts",
      "default": "./dist/notive_doc.js"
    }
  },
  "scripts": {
    "build": "wasm-pack build --target bundler --release --out-dir dist --no-pack",
    "build:dev": "wasm-pack build --target bundler --dev --out-dir dist --no-pack",
    "clean": "rm -rf dist",
    "dev": "cargo watch -i dist -s 'pnpm build:dev'"
  },
  "devDependencies": {
    "wasm-pack": "^0.13.1"
  }
}