UNPKG

473 BJSONView Raw
1{
2 "name": "@webassemblyjs/helper-code-frame",
3 "version": "1.11.6",
4 "description": "",
5 "main": "lib/index.js",
6 "module": "esm/index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/xtuc/webassemblyjs.git"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "author": "Sven Sauleau",
15 "license": "MIT",
16 "dependencies": {
17 "@webassemblyjs/wast-printer": "1.11.6"
18 },
19 "devDependencies": {
20 "@webassemblyjs/ast": "1.11.6"
21 }
22}