-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
26 lines (26 loc) · 1.04 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
{
"name": "@jupiterone/security-policy-templates",
"version": "2.13.0",
"description": "JupiterOne security policies and procedures. For use with jupiter-policy-builder.",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/security-policy-templates"
},
"license": "CC-BY-SA-4.0",
"author": "JupiterOne <[email protected]>",
"scripts": {
"build:summary": "cd util; node build-summary.js",
"parse:fedramp": "cd util; node fedramp-parser.js",
"parse:soc2": "cd util; node soc2-parser.js",
"publish:j1": "./node_modules/@jupiterone/security-policy-builder/bin/psp publish -c config.json -t templates -a $J1_ACCOUNT_ID -k $J1_API_TOKEN -n",
"deploy": "jupiterone-manual-deploy -t jupiterone-dev -a apply",
"destroy": "jupiterone-manual-deploy -t jupiterone-dev -a destroy",
"plan": "jupiterone-manual-deploy -t jupiterone-dev -a plan"
},
"devDependencies": {
"@jupiterone/dev-tools": "^8.1.1",
"csvtojson": "^2.0.10",
"lodash.capitalize": "^4.2.1",
"lodash.startcase": "^4.4.0"
}
}