-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
33 lines (33 loc) · 925 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
{
"name": "wasm-git",
"version": "0.0.13",
"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",
"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",
"patch-version": "npm --no-git-tag-version version patch"
},
"devDependencies": {
"@web/test-runner": "^0.18.2",
"@web/test-runner-playwright": "^0.11.0",
"cgi": "^0.3.1",
"chai": "^4.3.7",
"mocha": "^10.2.0"
}
}