-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "jest-ts-auto-mock",
"version": "2.1.0",
"description": "This is a library that extends [ts-auto-mock](https://github.com/Typescript-TDD/ts-auto-mock) to be used with jest",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"build": "tsc index.ts --declaration"
},
"directories": {
"doc": "docs"
},
"peerDependencies": {
"ts-auto-mock": "^3.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"ts-auto-mock": "^3.5.0",
"ts-node": "^10.6.0",
"ttypescript": "^1.5.13",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Typescript-TDD/jest-ts-auto-mock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Typescript-TDD/jest-ts-auto-mock.git/issues"
},
"homepage": "https://github.com/Typescript-TDD/jest-ts-auto-mock.git#readme"
}