-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "create-spidergram",
"version": "0.9.3",
"description": "Initialize a new Spidergram based project",
"main": "index.js",
"type": "module",
"workspaces": [
"templates/boilerplate-js",
"templates/boilerplate-ts",
"templates/seo-ts"
],
"scripts": {
"create": "node index.js"
},
"bin": {
"create-spidergram": "./bin/create-spidergram.js"
},
"author": {
"name": "Autogram",
"email": "[email protected]",
"url": "https://autogram.is"
},
"contributors": [
"Jeff Eaton <[email protected]> (http://eaton.fyi)",
"Ethan Marcotte <[email protected]> (https://ethanmarcotte.com)",
"Karen McGrane <[email protected]> (https://karenmcgrane.com)"
],
"license": "GPL",
"repository": {
"type": "git",
"url": "git+https://github.com/autogram-is/create-spidergram"
},
"bugs": {
"url": "https://github.com/autogram-is/create-spidergram/issues"
},
"homepage": "https://spidergram.dev",
"dependencies": {
"fs-extra": "^11.1.0",
"inquirer": "^9.1.4"
}
}