-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 1.9 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
{
"name": "cloudformation-bigid",
"version": "1.0.0",
"description": "This collection of CloudFormation resource types allow BigID to be controlled using AWS CloudFormation.",
"directories": {
"doc": "docs"
},
"scripts": {
"clean:all": "find . -depth 1 -type d -name \"*\" -exec bash -c \"test -e {}/.rpdk-config && cd '{}' && rm -rf build && rm -rf dist\" \\;",
"prebuild:all": "cd BigID-Common && npm install && npm run build",
"build:all": "find . -depth 1 -type d -name \"*\" -exec bash -c \"test -e {}/.rpdk-config && cd '{}' && cfn generate && npm install && npm run build\" \\;",
"build:docs-clean": "rm -rf docs/user/generated/resources/*",
"build:docs-cp-docs": "find . -depth 1 -type d -name \"*\" -exec bash -c \"! test -e {}/.rpdk-config || mkdir -p docs/user/generated/resources/{} && cp {}/docs/* docs/user/generated/resources/{}/\" \\;",
"build:docs-cp-extras": "find . -depth 1 -type d -name \"*\" -exec bash -c \"! test -e {}/.rpdk-config || mkdir -p docs/user/generated/resources/{} && cp {}/docs-extra/* docs/user/generated/resources/{}/\" \\;",
"build:docs-cp": "cp -r docs/user/src/main/docs/* docs/user/generated",
"build:docs": "npm run build:docs-clean ; npm run build:docs-cp-docs && npm run build:docs-cp-extras",
"build": "npm run build:all && npm run build:docs",
"submit:all": "find . -depth 1 -type d -name \"*\" -exec bash -c \"test -e {}/.rpdk-config && cd '{}' && cfn submit --set-default -v --region eu-west-1\" \\;",
"test": "find . -depth 1 -type d -name \"*\" -exec bash -c \"test -e {}/jest.config.js && cd '{}' && npm test\" \\;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws-ia/cloudformation-bigid-resource-providers"
},
"bugs": {
"url": "https://github.com/aws-ia/cloudformation-bigid-resource-providers"
},
"homepage": "https://github.com/aws-ia/cloudformation-bigid-resource-providers#readme"
}