95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
{
|
|
"name": "infrastructure",
|
|
"scripts": {
|
|
"build": "npx projen build",
|
|
"bundle": "npx projen bundle",
|
|
"clobber": "npx projen clobber",
|
|
"compile": "npx projen compile",
|
|
"default": "npx projen default",
|
|
"deploy": "npx projen deploy",
|
|
"destroy": "npx projen destroy",
|
|
"diff": "npx projen diff",
|
|
"eject": "npx projen eject",
|
|
"eslint": "npx projen eslint",
|
|
"package": "npx projen package",
|
|
"post-compile": "npx projen post-compile",
|
|
"post-upgrade": "npx projen post-upgrade",
|
|
"pre-compile": "npx projen pre-compile",
|
|
"synth": "npx projen synth",
|
|
"synth:silent": "npx projen synth:silent",
|
|
"test": "npx projen test",
|
|
"test:watch": "npx projen test:watch",
|
|
"upgrade": "npx projen upgrade",
|
|
"watch": "npx projen watch",
|
|
"projen": "npx projen"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.0",
|
|
"@types/node": "^16",
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
"@typescript-eslint/parser": "^5",
|
|
"aws-cdk": "^2.73.0",
|
|
"esbuild": "^0.17.16",
|
|
"eslint": "^8",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"jest": "^29.5.0",
|
|
"jest-junit": "^15",
|
|
"npm-check-updates": "^16",
|
|
"projen": "^0.71.7",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@aws-cdk/aws-lambda-python-alpha": "^2.73.0-alpha.0",
|
|
"aws-cdk-lib": "^2.73.0",
|
|
"cdk-bootstrapless-synthesizer": "^2.3.2",
|
|
"constructs": "^10.0.5"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"version": "0.0.0",
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
|
|
}
|