forked from solidjs/solid-jest
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 769 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
{
"name": "solid-jest",
"version": "0.0.3",
"description": "Jest presets for SolidJS",
"author": "Ryan Carniato <[email protected]>",
"homepage": "https://github.com/solidui/solid-jest#readme",
"license": "MIT",
"files": [
"preset"
],
"repository": {
"type": "git",
"url": "git+https://github.com/solidui/solid-jest.git"
},
"scripts": {
"test": "jest"
},
"bugs": {
"url": "https://github.com/solidui/solid/issues"
},
"devDependencies": {
"babel-preset-solid": "^0.26.0",
"jest": "^26.6.3",
"solid-js": "^0.26.3"
},
"peerDependencies": {
"babel-preset-solid": "*"
},
"dependencies": {
"@babel/preset-env": "^7.13.9",
"babel-jest": "^26.6.3",
"enhanced-resolve-jest": "^1.1.0"
}
}