forked from petersalomonsen/wasm-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.52 KB
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
40
41
42
43
44
45
46
{
"name": "wasm-git",
"version": "0.0.16",
"type": "module",
"author": {
"name": "Peter Salomonsen",
"url": "https://petersalomonsen.com"
},
"repository": {
"url": "https://github.com/petersalomonsen/wasm-git"
},
"files": [
"lg2.js",
"lg2.wasm",
"lg2_async.js",
"lg2_async.wasm",
"lg2_opfs.js",
"lg2_opfs.wasm",
"lg2_opfs_async.js",
"lg2_opfs_async.wasm",
"lg2_opfs_jspi.js",
"lg2_opfs_jspi.wasm",
"lg2_opfs_auto.js",
"README.md"
],
"scripts": {
"test": "mocha test/**/*.spec.js",
"test-browser": "wtr test-browser/**/*.spec.js",
"test-browser-watch": "wtr test-browser/**/*.spec.js --watch",
"test-browser-async": "wtr test-browser-async/**/*.spec.js",
"test-browser-opfs": "wtr --config web-test-runner-opfs.config.js",
"test-browser-opfs-noniso": "wtr --config web-test-runner-opfs-noniso.config.js",
"test-opfs-example": "playwright test --config playwright-opfs.config.js",
"test-opfs-loader": "playwright test --config playwright-opfs-loader.config.js",
"test-opfs-detect": "mocha test/opfs-detect.spec.js",
"patch-version": "npm --no-git-tag-version version patch"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.1",
"cgi": "^0.3.1",
"chai": "^4.3.7",
"mocha": "^10.2.0"
}
}