forked from apigee/devrel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 915 Bytes
/
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
{
"name": "apigee-devrel",
"description": "Common solutions and tools developed for Apigee.",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"scripts": {
"build-pipeline-runner": "docker build -t apigee/devrel ./tools/pipeline-runner",
"pipeline": "npm run build-pipeline-runner && docker run -e APIGEE_USER -e APIGEE_PASS -e APIGEE_ORG -e APIGEE_ENV -v $(pwd):/home -v /var/run/docker.sock:/var/run/docker.sock -it apigee/devrel run-pipelines.sh"
},
"dependencies": {
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"prettier": "^2.0.5",
"remark-cli": "^8.0.0",
"remark-lint": "^7.0.0",
"remark-lint-maximum-line-length": "^2.0.3",
"remark-preset-lint-recommended": "^4.0.0",
"remark-preset-prettier": "^0.4.0"
}
}