-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.64 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
{
"name": "cloudformation-pagerduty",
"version": "0.1.0",
"description": "This collection of CloudFormation resource types allow PagerDuty to be controlled using AWS CloudFormation.",
"directories": {
"doc": "docs"
},
"scripts": {
"prebuild:all": "cd PagerDuty-Common && npm install && npm run build",
"build:all": "find . -maxdepth 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 . -maxdepth 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 . -maxdepth 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",
"test": "find . -maxdepth 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-pagerduty-resource-providers"
},
"bugs": {
"url": "https://github.com/aws-ia/cloudformation-pagerduty-resource-providers/issues"
},
"homepage": "https://github.com/aws-ia/cloudformation-pagerduty-resource-providers#readme"
}