You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
932 B
30 lines
932 B
{
|
|
"name": "neutrino-preset-jest",
|
|
"version": "5.7.0",
|
|
"description": "Neutrino preset for testing Neutrino projects with Jest",
|
|
"main": "src/index.js",
|
|
"keywords": [
|
|
"neutrino",
|
|
"neutrino-preset",
|
|
"jest"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/neutrino-preset-jest",
|
|
"homepage": "https://neutrino.js.org",
|
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
|
|
"dependencies": {
|
|
"babel-core": "^6.24.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
|
|
"babel-preset-jest": "^19.0.0",
|
|
"deepmerge": "^1.3.2",
|
|
"eslint-plugin-jest": "^19.0.1",
|
|
"jest": "^19.0.2",
|
|
"jest-cli": "^19.0.2",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"neutrino-middleware-loader-merge": "^5.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"neutrino": "^5.1.0"
|
|
}
|
|
}
|
|
|