-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@nkwork9999/sql2viz-wasm",
"version": "0.2.0",
"description": "SQL visualization library compiled to WebAssembly",
"main": "sql2viz.js",
"types": "sql2viz.d.ts",
"files": [
"sql2viz_bg.wasm",
"sql2viz.js",
"sql2viz.d.ts",
"sql2viz_bg.wasm.d.ts"
],
"scripts": {
"build": "wasm-pack build --target web --features wasm --release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nkwork9999/sql2viz.git"
},
"keywords": [
"sql",
"visualization",
"wasm",
"webassembly",
"chart",
"canvas"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/nkwork9999/sql2viz/issues"
},
"homepage": "https://github.com/nkwork9999/sql2viz#readme"
}