summaryrefslogtreecommitdiff
path: root/packages/doc/package.json
blob: 654ef67d1077a1855d1822d238ec1802eddc873a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "@notive/doc",
  "private": true,
  "main": "dist/notive_doc.js",
  "module": true,
  "scripts": {
    "build": "wasm-pack build --target bundler --release --out-dir dist"
  },
  "devDependencies": {
    "wasm-pack": "^0.13.1"
  }
}