-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 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
31
32
33
{
"name": "@fullstory/babel-plugin-annotate-react",
"version": "2.4.0",
"description": "A Babel plugin that annotates React components, making them easier to target with FullStory search",
"main": "index.js",
"homepage": "https://github.com/fullstorydev/fullstory-babel-plugin-annotate-react",
"repository": {
"type": "git",
"url": "git+https://github.com/fullstory-babel-plugin-annotate-react.git"
},
"scripts": {
"test": "jest"
},
"author": "FullStory",
"license": "MIT",
"jest": {
"roots": [
"<rootDir>/__tests__/"
]
},
"devDependencies": {
"@babel/preset-react": "^7.9.4",
"babel-core": "^7.0.0-0",
"jest": "^28.1.3"
},
"overrides": {
"semver": "^7.5.3"
},
"engines": {
"npm": ">=8.19.4",
"node": ">=16.20.2"
}
}