forked from grucloud/grucloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.22 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
{
"name": "@grucloud/meta",
"version": "12.0.0",
"description": "Infrastructure as Generated Code",
"private": true,
"homepage": "https://www.grucloud.com",
"scripts": {
"cpd": "jscpd -i resource.js -i hook.js -i 'packages/core/template/**' -i '**/node_modules/**' -r console --format 'javascript,typescript' ./packages/core ./packages/providers",
"cpd:core": "jscpd -i '**/node_modules/**' -r console --format 'javascript,typescript' ./packages/core",
"cpd:aws": "jscpd -i '**/node_modules/**' -r console --format 'javascript,typescript' ./packages/providers/aws",
"cpd:azure": "jscpd -i '**/node_modules/**' -r console --format 'javascript,typescript' ./packages/providers/azure",
"cpd:gcp": "jscpd -i '**/node_modules/**' -r console --format 'javascript,typescript' ./packages/providers/google"
},
"keywords": [
"cloud",
"Infrastructure as code",
"iac",
"aws",
"azure",
"gcp"
],
"author": "Frederic Heem",
"license": "ISC",
"devDependencies": {
"jscpd": "3.5.4",
"lerna": "6.6.1",
"prettier": "2.8.8"
},
"repository": {
"type": "git",
"url": "https://github.com/grucloud/grucloud"
},
"np": {
"yarn": false,
"branch": "main"
}
}