forked from swc-project/swc-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.15 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@swc-node/jest",
"version": "1.8.0",
"description": "swc preprocessor for jest with source map support",
"keywords": [
"swc",
"jest",
"ts-jest",
"napi",
"N-API",
"typescript",
"node-rs",
"napi-rs",
"ts-node"
],
"author": "LongYinan <[email protected]>",
"homepage": "https://github.com/swc-project/swc-node",
"license": "MIT",
"main": "./lib/index.js",
"files": [
"lib",
"jest-preset.js",
"LICENSE"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@node-rs/xxhash": "^1.6.2",
"@swc-node/core": "^1.13.0",
"@swc-node/register": "^1.9.0"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"@swc/types": ">= 0.1",
"typescript": ">= 5.0"
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@swc/types": "^0.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc-node.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc-node/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
}