cdk-tweet-queue
Version:
Defines an SQS queue with tweet stream from a search
158 lines (157 loc) • 4.27 kB
JSON
{
"name": "cdk-tweet-queue",
"description": "Defines an SQS queue with tweet stream from a search",
"repository": {
"type": "git",
"url": "https://github.com/cdklabs/cdk-tweet-queue"
},
"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",
"integ:deploy": "npx projen integ:deploy",
"integ:destroy": "npx projen integ:destroy",
"package": "npx projen package",
"package-all": "npx projen package-all",
"package:dotnet": "npx projen package:dotnet",
"package:java": "npx projen package:java",
"package:js": "npx projen package:js",
"package:python": "npx projen package:python",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen",
"integ": "npx cdk -a 'node lib/__tests__/integ-test.js'"
},
"author": {
"name": "Elad Ben-Israel",
"email": "elad.benisrael@gmail.com",
"organization": false
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2",
"@types/jest": "^27",
"@types/node": "^20",
"@types/twitter": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"aws-cdk": "^2.20.0",
"aws-cdk-lib": "^2.210.0",
"aws-sdk": "^2.1692.0",
"commit-and-tag-version": "^12",
"constructs": "^10.4.2",
"esbuild": "^0.25.9",
"eslint": "^9",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.32.0",
"jest": "^27",
"jest-junit": "^16",
"jsii": "~5.6.0",
"jsii-diff": "^1.113.0",
"jsii-docgen": "^10.5.0",
"jsii-pacmak": "^1.113.0",
"jsii-rosetta": "~5.6.0",
"projen": "^0.95.2",
"ts-node": "^10.9.2",
"twitter": "^1.7.1",
"typescript": "^5.9.2"
},
"peerDependencies": {
"aws-cdk-lib": "^2.210.0",
"constructs": "^10.4.2"
},
"dependencies": {
"aws-cdk-lib": "^2.210.0",
"constructs": "^10.4.2"
},
"keywords": [
"aws-cdk@^2.20.0",
"cdk",
"constructs",
"twitter"
],
"main": "lib/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "2.0.881",
"jest": {
"coverageProvider": "v8",
"testMatch": [
"<rootDir>/@(lib/__tests__)/**/*(*.)@(spec|test).js?(x)",
"<rootDir>/@(lib/__tests__)/**/__tests__/**/*.js?(x)",
"<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)",
"<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/",
"/lib/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"snapshotResolver": "./.projen/jest-snapshot-resolver.js"
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "io.github.cdklabs.tweetqueue",
"maven": {
"groupId": "io.github.cdklabs",
"artifactId": "cdk-tweet-queue"
}
},
"python": {
"distName": "cdk-tweet-queue",
"module": "cdk_tweet_queue"
},
"dotnet": {
"namespace": "Cdklabs.CdkTweetQueue",
"packageId": "Cdklabs.CdkTweetQueue"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "lib"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}