forked from dmnsgn/jest-environment-jsdom-latest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.64 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "@mediaeventservices/jest-environment-jsdom-external-scripts",
"version": "21.2.2",
"repository": {
"type": "git",
"url": "https://github.com/mes//jest-environment-jsdom-external-scripts.git"
},
"license": "MIT",
"main": "build/index.js",
"scripts": {
"build": "node ./scripts/build.js",
"prepublishOnly": "npm run build"
},
"dependencies": {
"jest-mock": "^21.2.0",
"jest-util": "^21.2.1",
"jsdom": "^9.12.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-inline-imports-commonjs": "^1.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.24.1",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"micromatch": "^3.0.4",
"mkdirp": "^0.5.1",
"prettier": "^1.6.1",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-json": "^2.1.1",
"rollup-plugin-node-builtins": "^2.1.1",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"string-length": "^2.0.0"
},
"description": "> A Jest environment which loads and runs external scripts",
"author": "Christian Becker"
}