forked from babel/generator-babel-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 660 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 660 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
{
"name": "generator-babel-plugin-x",
"version": "2.0.7",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
"repository": "OSpoon/generator-babel-plugin",
"author": {
"name": "OSpoon",
"email": "zxin088@gmail.com",
"url": "https://github.com/OSpoon"
},
"scripts": {
"test": "jest --testPathIgnorePatterns /generators/"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"lodash": "^4.17.19",
"yeoman-generator": "^4.11.0"
},
"devDependencies": {
"jest": "^26.1.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.7.0"
}
}