-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 Bytes
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
{
"name": "@vanilla-extract/jest-transform",
"version": "1.1.20",
"description": "Jest transformer for vanilla-extract",
"main": "dist/vanilla-extract-jest-transform.cjs.js",
"module": "dist/vanilla-extract-jest-transform.esm.js",
"types": "dist/vanilla-extract-jest-transform.cjs.d.ts",
"preconstruct": {
"entrypoints": [
"index.ts"
]
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "https://github.com/vanilla-extract-css/vanilla-extract.git",
"directory": "packages/jest-transform"
},
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "workspace:^",
"esbuild": "npm:esbuild@>=0.17.6 <0.28.0"
},
"devDependencies": {
"@jest/transform": "^29.0.3"
}
}