-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.29 KB
/
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
39
40
41
42
43
44
{
"name": "jspatch",
"version": "0.0.21",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "https://github.com/salazarm/jspatch.git",
"author": "Marco Salazar <[email protected]>",
"license": "MIT",
"scripts": {
"prepublish": "rimraf ./build && tsc --outdir build",
"test": "yarn run prepublish && yarn jest --no-cache"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/parser": "^7.20.3",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jest/core": "^29.3.0",
"@jest/test-result": "^29.2.1",
"@types/jest": "^29.2.2",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^29.3.1",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-preset-react-app": "^10.0.1",
"chalk": "^5.1.2",
"cross-env": "^7.0.3",
"exit": "^0.1.2",
"jest": "^29.3.1",
"jest-config": "^29.3.1",
"jest-environment-jsdom": "^29.3.0",
"jest-util": "^29.2.1",
"jest-validate": "^29.2.2",
"node-test": "^1.4.6",
"rimraf": "^3.0.2",
"sinon": "^14.0.2",
"ts-jest": "^29.0.3",
"tsutils": "^3.21.0",
"typescript": "^4.8.4",
"yargs": "^17.6.2"
}
}