-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
45
46
47
{
"name": "@eiel/storyshot-jest-27",
"description": "jest 27 transformer for storyshot",
"keywords": [
"jest",
"storybook",
"storyshot",
"jest-transform"
],
"homepage": "https://github.com/eiel/storyshot-jest-27",
"license": "MIT",
"author": "Tomohiko Himura <eiel.hal@gmail.com>",
"repository": "github:eiel/storyshot-jest-27",
"version": "0.0.5-dev",
"packageManager": "yarn@3.6.0",
"main": "dist/injectFileName.js",
"files": [
"dist/**",
"src/injectFileName.ts"
],
"engines": {
"nodeCommment": "@see https://github.com/facebook/jest/blob/v27.4.7/package.json#L149",
"node": "^14.15.0 || >=15.0.0"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@jest/transform": "29.5.0",
"@jest/types": "29.5.0",
"@types/jest": "29.5.2",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"babel-jest": "29.5.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"prettier": "2.6.2",
"prettier-plugin-import-sort": "0.0.7",
"typescript": "5.1.6"
},
"stableVersion": "0.0.4"
}