-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 967 Bytes
/
package.json
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
35
36
37
38
39
{
"name": "webnb",
"description": "Interactive Markdown notebooks.",
"version": "1.0.8",
"homepage": "https://webnb.dev",
"license": "MIT",
"collaborators": [
"Attila Oláh <[email protected]>"
],
"main": "webnb.js",
"module": "webnb.js",
"repository": {
"type": "git",
"url": "git+https://github.com/attilaolah/wasm.git"
},
"bugs": {
"url": "https://github.com/attilaolah/wasm/issues"
},
"types": "index.d.ts",
"sideEffects": false,
"devDependencies": {
"@bazel/typescript": "^5.3.1",
"@types/emscripten": "^1.39.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.9",
"@types/prismjs": "^1.26.2",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"acorn": "^8.11.2",
"csso-cli": "^4.0.2",
"http-server": "^14.1.1",
"typescript": "^5.2.2",
"typescript-formatter": "^7.2.2"
},
"private": true,
"dependencies": {
"normalize.css": "^8.0.1",
"prismjs": "^1.29.0"
}
}