forked from collegevine/purescript-elmish-enzyme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 916 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
{
"name": "purescript-elmish-enzyme",
"version": "1.0.0",
"description": "A testing library for Elmish which uses Enzyme",
"main": "index.js",
"scripts": {
"test": "spago -x test.dhall test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/collegevine/purescript-elmish-enzyme.git"
},
"keywords": [
"PureScript",
"Elmish",
"Test",
"Enzyme"
],
"author": "Marc Cordova",
"license": "MIT",
"bugs": {
"url": "https://github.com/collegevine/purescript-elmish-enzyme/issues"
},
"homepage": "https://github.com/collegevine/purescript-elmish-enzyme#readme",
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"purescript": "^0.14.5",
"spago": "^0.20.3"
},
"dependencies": {
"enzyme": "^3.11.0",
"global-jsdom": "^8.4.0",
"jsdom": "^16.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}