|
| 1 | +{ |
| 2 | + "name": "@aws-lambda-powertools/batch", |
| 3 | + "version": "1.10.0", |
| 4 | + "description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.", |
| 5 | + "author": { |
| 6 | + "name": "Amazon Web Services", |
| 7 | + "url": "https://aws.amazon.com" |
| 8 | + }, |
| 9 | + "private": true, |
| 10 | + "scripts": { |
| 11 | + "test": "npm run test:unit", |
| 12 | + "test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose", |
| 13 | + "test:e2e:nodejs14x": "echo 'Not Implemented'", |
| 14 | + "test:e2e:nodejs16x": "echo 'Not Implemented'", |
| 15 | + "test:e2e:nodejs18x": "echo 'Not Implemented'", |
| 16 | + "test:e2e": "echo 'Not Implemented'", |
| 17 | + "watch": "jest --watch", |
| 18 | + "build": "tsc", |
| 19 | + "lint": "eslint --ext .ts,.js --no-error-on-unmatched-pattern .", |
| 20 | + "lint-fix": "eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern .", |
| 21 | + "prebuild": "rimraf ./lib", |
| 22 | + "prepack": "node ../../.github/scripts/release_patch_package_json.js ." |
| 23 | + }, |
| 24 | + "lint-staged": { |
| 25 | + "*.ts": "npm run lint-fix", |
| 26 | + "*.js": "npm run lint-fix" |
| 27 | + }, |
| 28 | + "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/batch#readme", |
| 29 | + "license": "MIT-0", |
| 30 | + "main": "./lib/index.js", |
| 31 | + "types": "./lib/index.d.ts", |
| 32 | + "files": [ |
| 33 | + "lib" |
| 34 | + ], |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git" |
| 38 | + }, |
| 39 | + "bugs": { |
| 40 | + "url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues" |
| 41 | + }, |
| 42 | + "dependencies": {}, |
| 43 | + "keywords": [ |
| 44 | + "aws", |
| 45 | + "lambda", |
| 46 | + "powertools", |
| 47 | + "batch", |
| 48 | + "batch-processing", |
| 49 | + "serverless", |
| 50 | + "nodejs" |
| 51 | + ], |
| 52 | + "devDependencies": {} |
| 53 | +} |
0 commit comments