-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 834 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
40
41
42
{
"name": "jest-cpp-wasm",
"version": "0.2.0",
"author": "dead-beef",
"contributors": [],
"license": "MIT",
"description": "C/C++ to WASM Jest transformer",
"keywords": [
"jest",
"testing",
"wasm",
"webassembly",
"emscripten",
"c",
"c++"
],
"homepage": "https://github.com/dead-beef/jest-cpp-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/dead-beef/jest-cpp-wasm.git"
},
"bugs": {
"url": "https://github.com/dead-beef/jest-cpp-wasm/issues"
},
"main": "index.js",
"dependencies": {
"cpp-wasm-loader": "^0.9.0",
"proper-lockfile": "^4.1.1",
"loader-runner": "^2.4.0"
},
"peerDependencies": {
"jest": ">=26 <28"
},
"devDependencies": {
"eslint": "7.x"
},
"scripts": {
},
"engines": {
"node": ">= 8"
}
}