-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.18 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.18 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
47
48
49
50
51
52
53
54
55
{
"name": "@swc-node/jest",
"version": "1.8.12",
"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 <github@lyn.one>",
"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.7.3",
"@swc-node/core": "^1.13.3",
"@swc-node/register": "^1.10.9"
},
"peerDependencies": {
"@swc/core": ">= 1.4.13",
"@swc/types": ">= 0.1",
"typescript": ">= 5.0"
},
"devDependencies": {
"@swc/core": "^1.6.6",
"@swc/types": "^0.1.9",
"@jest/transform": "^29.7.0"
},
"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"
}
}