jest-kefir
Version:
Jest plugin for asserting on Kefir Observables
59 lines (58 loc) • 1.54 kB
JSON
{
"name": "jest-kefir",
"version": "2.3.0",
"description": "Jest plugin for asserting on Kefir Observables",
"main": "dist/index.js",
"types": "jest-kefir.d.ts",
"scripts": {
"build": "babel src -d dist",
"prepublishOnly": "npm test && npm run build",
"fmt": "prettier src/*.js test/*.js *.*d.ts extend-expect.js --write",
"test": "npm run build && npm run test:fmt && npm run test:ts && npm run test:unit",
"test:fmt": "prettier src/*.js test/*.js *.*d.ts extend-expect.js --check",
"test:ts": "tsd",
"test:unit": "npx jest@^${JEST_VERSION:-25}"
},
"files": [
"dist",
"src",
"jest-kefir.d.ts",
"extend-expect.js",
"extend-expect.d.ts"
],
"keywords": [
"kefir",
"browser",
"chai",
"chai-plugin"
],
"author": "James DiGioia <jamesorodig@gmail.com> (http://jamesdigioia.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kefirjs/jest-kefir/issues"
},
"homepage": "https://github.com/kefirjs/jest-kefir#readme",
"engines": {
"node": ">=8"
},
"dependencies": {
"@types/jest": "^25.1.5",
"@types/kefir": "^3.0.0",
"@types/lolex": "^2.0.0",
"@types/node": "^13.13.0",
"kefir-test-utils": "^1.1.1"
},
"peerDependencies": {
"jest": "^24.0.0 || ^25.0.0",
"kefir": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"kefir": "^3.8.0",
"prettier": "^1.15.2",
"tsd": "^0.11.0",
"typescript": "^3.7.3"
}
}