-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 956 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
38
39
{
"name": "resell",
"version": "0.1.5",
"description": "Automated E2E testing of React apps made easy",
"main": "build/index.js",
"scripts": {
"test": "neutrino test",
"build": "neutrino build && flow-copy-source src build",
"flow": "flow",
"flow-typed": "flow-typed"
},
"keywords": [
"Pupeteer",
"E2E",
"React"
],
"author": "Luca Nils Schmid <npm@ls7.ch>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kriegslustig/resell.git"
},
"devDependencies": {
"@neutrinojs/jest": "^8.2.3",
"@neutrinojs/library": "^8.2.3",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.72.0",
"flow-copy-source": "^1.3.0",
"flow-typed": "^2.4.0",
"neutrino": "^8.2.3",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"dependencies": {
"resell-select": "^0.1.4",
"rxjs": "^5.5.10"
}
}