UNPKG

765 BJSONView Raw
1{
2 "name": "extra-jest",
3 "version": "0.0.11",
4 "description": "Some extra functions to work with jest testing framework",
5 "main": "index.js",
6 "author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
7 "license": "MIT",
8 "homepage": "https://github.com/ksxnodemodules/nodemonorepo#readme",
9 "bugs": {
10 "url": "https://github.com/ksxnodemodules/nodemonorepo/issues"
11 },
12 "keywords": [
13 "jest"
14 ],
15 "dependencies": {
16 "ramda": "^0.25.0",
17 "fs-extra": "^6.0.1",
18 "tslib": "^1.9.1",
19 "fs-tree-utils": "^0.0.10",
20 "unique-temp-path": "^0.0.8",
21 "@types/ramda": "^0.25.29",
22 "@types/fs-extra": "^5.0.2",
23 "@types/node": "^10.1.2"
24 },
25 "peerDependencies": {
26 "jest": "^22.4.4"
27 },
28 "engines": {
29 "node": ">= 8.9.0"
30 }
31}