-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 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
{
"name": "wasi-fs-access",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc -p .",
"watch": "tsc -p . -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/wasi-fs-access.git"
},
"keywords": [],
"author": "Ingvar Stepanyan <rreverser@google.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChromeLabs/wasi-fs-access/issues"
},
"homepage": "https://github.com/GoogleChromeLabs/wasi-fs-access#readme",
"description": "",
"dependencies": {
"asyncify-wasm": "^1.1.1",
"local-echo": "github:RReverser/local-echo",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0"
},
"devDependencies": {
"@types/wicg-file-system-access": "^2020.9.1",
"typescript": "^4.0.3"
}
}