-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 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
34
35
36
{
"name": "@xt-pagesource/generate-plop",
"version": "1.4.1",
"description": "Generate new components fast and consistently.",
"main": "index.js",
"type": "module",
"bin": {
"generate": "index.js"
},
"scripts": {
"plop": "plop",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagesource/component-generator.git"
},
"author": "vinodloha@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagesource/component-generator/issues"
},
"homepage": "https://github.com/pagesource/component-generator#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"minimist": "^1.2.5",
"plop": "^3.0.5"
},
"devDependencies": {
"@changesets/cli": "^2.20.0",
"all-contributors-cli": "^6.20.0"
}
}