forked from DHTMLX/excel2json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 839 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 839 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": "excel2json-wasm",
"description": "WASM based web worker for converting excel data to raw json",
"keywords": ["excel", "convert", "wasm"],
"version": "1.2.0",
"license": "MIT",
"collaborators": [
"Aleksei Kolosov <akolosov@xbsoftware.com>",
"Maksim Kozhukh <mk@mono.ink>"
],
"repository": {
"type": "git",
"url": "https://github.com/DHTMLX/excel2json"
},
"files": [
"pkg/excel2json_wasm_bg.wasm",
"pkg/excel2json_wasm.js",
"pkg/excel2json_wasm_bg.js",
"pkg/excel2json_wasm.d.ts",
"js/worker.js",
"js/module.js"
],
"module": "js/module.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.2.0",
"vite-plugin-wasm": "^3.2.2",
"vite-plugin-top-level-await": "^1.3.0"
}
}