UNPKG

768 BJSONView Raw
1{
2 "name": "extra-jest",
3 "version": "0.0.27",
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 "fs-extra": "^8.1.0",
17 "js-yaml": "^3.13.1",
18 "tslib": "^1.10.0",
19 "fs-tree-utils": "^0.1.8",
20 "unique-temp-path": "^0.1.3",
21 "@types/fs-extra": "^8.0.1",
22 "@types/js-yaml": "^3.12.1",
23 "@types/node": "^13.1.6"
24 },
25 "peerDependencies": {
26 "jest": "^24.9.0"
27 },
28 "engines": {
29 "node": ">= 8.9.0"
30 }
31}