fetchye-test-utils
Version:
Core components of the Fetchye library
43 lines (42 loc) • 1.38 kB
JSON
{
"name": "fetchye-test-utils",
"version": "1.7.1",
"description": "Core components of the Fetchye library",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"lib",
"es"
],
"scripts": {
"clean": "rimraf lib && rimraf es",
"prebuild": "yarn clean",
"build:cjs": "cross-env BABEL_ENV=commonjs babel --extensions .js,.jsx ./src --out-dir lib",
"build:esm": "babel --extensions .js,.jsx ./src --out-dir es",
"build": "yarn build:cjs && yarn build:esm"
},
"keywords": [
"fetchye-test-utils",
"fetchye"
],
"contributors": [
"James Singleton <James.Singleton1@aexp.com> https://github.com/JamesSingleton)",
"Jamie King <Jamie.King@aexp.com> (https://github.com/10xLaCroixDrinker)",
"Jonathan Adshead <Jonathan.Adshead@aexp.com> (https://github.com/JAdshead)",
"Michael Tobia <Michael.M.Tobia@aexp.com> (https://github.com/Francois-Esquire)",
"Nelly Kiboi <Nelly.J.Kiboi@aexp.com> (https://github.com/nellyk)",
"Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)"
],
"peerDependencies": {
"fetchye-core": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"cross-env": "^7.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redux": "^4.0.5"
},
"gitHead": "f46a545810acaa4762dd1e285b1a4f929596943b"
}