-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 836 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
{
"name": "binaryen-cli-tool-browserify",
"description": "Browser builds of the Binaryen tool binaryen-cli-tool.",
"version": "130.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/LucentFlux/binaryen.js-browserify.git"
},
"keywords": [
"webassembly",
"wasm"
],
"type": "module",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"package.json",
"package-lock.json"
],
"devDependencies": {
"dateformat": "^5.0.3",
"doctoc": "^2.2.1",
"esbuild": "^0.13.15",
"semver": "^7.6.0",
"simple-git": "^3.24.0",
"typescript": "^4.9.5"
}
}