cdk-serverless-api
Version:
A sample JSII construct lib for AWS CDK
122 lines • 3.71 kB
JSON
{
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
"name": "cdk-serverless-api",
"description": "A sample JSII construct lib for AWS CDK",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/pahud/cdk-eks-spotblocks.git"
},
"bin": {},
"scripts": {
"projen": "node .projenrc.js && yarn install",
"no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"",
"bump": "yarn --silent no-changes || standard-version",
"release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)",
"projen:upgrade": "chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen",
"compile": "jsii --silence-warnings=reserved-word --no-fix-peer-dependencies && jsii-docgen",
"watch": "jsii -w --silence-warnings=reserved-word --no-fix-peer-dependencies",
"package": "jsii-pacmak",
"build": "yarn test && yarn compile && yarn run package",
"eslint": "eslint . --ext .ts",
"test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests --updateSnapshot",
"test:watch": "jest --watch",
"test:update": "jest --updateSnapshot",
"compat": "npx jsii-diff npm:$(node -p \"require('./package.json').name\") -k --ignore-file .compatignore || (echo \"\nUNEXPECTED BREAKING CHANGES: add keys such as 'removed:constructs.Node.of' to .compatignore to skip.\n\" && exit 1)",
"docgen": "jsii-docgen"
},
"author": {
"name": "Pahud Hsieh",
"email": "pahudnet@gmail.com",
"organization": false
},
"devDependencies": {
"@aws-cdk/assert": "^1.61.1",
"@types/jest": "^26.0.7",
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-import-resolver-node": "^0.3.3",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.2",
"jest": "^26.4.2",
"jsii": "^1.11.0",
"jsii-diff": "^1.11.0",
"jsii-docgen": "^1.3.2",
"jsii-pacmak": "^1.11.0",
"jsii-release": "^0.1.6",
"json-schema": "^0.2.5",
"projen": "0.3.47",
"standard-version": "^9.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
},
"peerDependencies": {
"@aws-cdk/aws-ec2": "^1.61.1",
"@aws-cdk/aws-eks": "^1.61.1",
"@aws-cdk/aws-iam": "^1.61.1",
"@aws-cdk/aws-ssm": "^1.61.1",
"@aws-cdk/core": "^1.61.1",
"constructs": "^3.0.4"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^1.61.1",
"@aws-cdk/aws-eks": "^1.61.1",
"@aws-cdk/aws-iam": "^1.61.1",
"@aws-cdk/aws-ssm": "^1.61.1",
"@aws-cdk/core": "^1.61.1"
},
"bundledDependencies": [],
"keywords": [
"aws",
"cdk",
"eks",
"spot",
"spot-blocks"
],
"engines": {
"node": ">= 10.17.0"
},
"license": "Apache-2.0",
"version": "0.2.13",
"types": "lib/index.d.ts",
"jest": {
"clearMocks": true,
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"preset": "ts-jest",
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
],
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.jest.json"
}
}
},
"stability": "experimental",
"jsii": {
"outdir": "dist",
"targets": {
"python": {
"distName": "eks-spot-blocks",
"module": "eks_spot_blocks"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"awscdkio": {
"twitter": "pahudnet",
"announce": false
}
}