forked from anc95/jest-chain-transform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 928 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
36
37
38
{
"name": "jest-chain-transform",
"version": "0.0.3",
"description": "Support for multiple transform scripts of jest",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"install": "npm run build",
"test": "srcipt/test.sh",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anc95/jest-chain-transform.git"
},
"keywords": [
"jest",
"jest-transform",
"multiple-transform",
"jest-chain-transform"
],
"author": "anc95",
"license": "MIT",
"bugs": {
"url": "https://github.com/anc95/jest-chain-transform/issues"
},
"homepage": "https://github.com/anc95/jest-chain-transform#readme",
"peerDependencies": {
"@jest/transform": "^27.0.6"
},
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@types/jest": "^26.0.23",
"jest": "^27.0.6",
"typescript": "^4.3.5",
"ts-jest": "^27.0.3"
}
}