-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 916 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 916 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
{
"name": "introscope",
"version": "1.7.1",
"description": "Automated mocking and spying tool for delightful ES6 modules testing",
"repository": "github:peter-leonov/introscope",
"author": "Peter Leonov",
"license": "MIT",
"scripts": {
"test": "jest",
"check": "jest && flow check"
},
"peerDependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"babel-jest": "^24.8.0",
"flow-bin": "^0.68.0",
"jest": "^24.8.0",
"regenerator-runtime": "^0.11.1"
},
"dependencies": {}
}