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