-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 Bytes
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
{
"name": "@swc-node/integrate",
"version": "0.1.1",
"description": "Integrate testing",
"keywords": [
"ava",
"swc",
"ts-node"
],
"author": "LongYinan <github@lyn.one>",
"homepage": "https://github.com/swc-project/swc-node",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc-node.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc-node/issues"
},
"devDependencies": {
"@swc/helpers": "^0.5.17",
"@swc-node/core": "^1.13.3",
"@swc-node/register": "workspace:*",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"jest": "^30.0.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sinon": "^21.0.0",
"typescript": "^6.0.0"
}
}