cdktg
Version:
Agile Threat Modeling as Code
173 lines • 4.34 kB
JSON
{
"name": "cdktg",
"description": "Agile Threat Modeling as Code",
"repository": {
"type": "git",
"url": "https://github.com/hupe1980/cdk-threagile.git"
},
"bin": {
"cdktg": "bin/cdktg"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"clobber": "npx projen clobber",
"compat": "npx projen compat",
"compile": "npx projen compile",
"default": "npx projen default",
"docgen": "npx projen docgen",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"package": "npx projen package",
"package-all": "npx projen package-all",
"package:go": "npx projen package:go",
"package:js": "npx projen package:js",
"package:python": "npx projen package:python",
"post-compile": "npx projen post-compile",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "npx projen test",
"test:update": "npx projen test:update",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"watch": "npx projen watch",
"projen": "npx projen",
"specgen": "json2ts threagile/schema.json > src/spec/threatgile.generated.ts",
"apigen": "openapi-generator-cli generate -i threagile/openapi.yaml -g typescript-axios -o src/api/generated --additional-properties=withNodeImports=true"
},
"author": {
"name": "hupe1980",
"organization": false
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.1",
"@types/adm-zip": "^0.5.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "28.1.1",
"@types/node": "^14",
"@types/which": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"constructs": "10.1.42",
"eslint": "^8",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27",
"jest-junit": "^13",
"jsii": "^1.61.0",
"jsii-diff": "^1.61.0",
"jsii-docgen": "^7.0.36",
"jsii-pacmak": "^1.61.0",
"json-schema": "^0.4.0",
"json-schema-to-typescript": "^10.1.5",
"prettier": "^2.7.1",
"projen": "^0.58.15",
"standard-version": "^9",
"ts-jest": "^27",
"typescript": "^4.6"
},
"peerDependencies": {
"constructs": "^10.1.42"
},
"dependencies": {
"adm-zip": "0.5.6",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"execa": "^5",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"ts-node": "^10.8.1",
"which": "^2.0.2",
"yaml": "^2.1.1",
"yargs": "^17.5.1"
},
"bundledDependencies": [
"adm-zip",
"axios",
"dotenv",
"execa",
"form-data",
"fs-extra",
"ts-node",
"which",
"yaml",
"yargs"
],
"keywords": [
"appsec",
"cdk",
"constructs",
"devsecops",
"stride",
"threagile",
"threat modeling"
],
"main": "lib/index.js",
"license": "MIT",
"version": "0.0.40",
"jest": {
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.dev.json"
}
}
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"python": {
"distName": "cdktg",
"module": "cdktg"
},
"go": {
"moduleName": "github.com/hupe1980/cdk-threagile-go"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"resolutions": {
"@types/prettier": "2.6.0"
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}