UNPKG

@jill64/types-lambda

Version:

λ Unofficial AWS Lambda type definition

55 lines (54 loc) 1.4 kB
{ "name": "@jill64/types-lambda", "version": "1.2.4", "type": "module", "description": "λ Unofficial AWS Lambda type definition", "main": "types/index.ts", "license": "MIT", "author": { "name": "jill64", "email": "contact@jill64.dev", "url": "https://github.com/jill64", "image": "https://avatars.githubusercontent.com/u/143883742?v=4" }, "bugs": "https://github.com/jill64/types-lambda/issues", "homepage": "https://github.com/jill64/types-lambda#readme", "files": [ "types", "!*.test.*", "!*.spec.*" ], "exports": { ".": { "types": "./types/index.ts", "default": "./types/index.ts" } }, "keywords": [ "aws", "lambda", "types" ], "repository": { "type": "git", "url": "git+https://github.com/jill64/types-lambda.git", "image": "https://opengraph.githubassets.com/705d2b1db938b7e9833c40c253f2ed3c484a079e441d2a4284b9bdc1c8ce4708/jill64/types-lambda" }, "publishConfig": { "access": "public" }, "scripts": { "lint": "npx eslint . && tsc && npx publint && npx depcheck", "format": "npx prettier -w ." }, "peerDependencies": { "typescript": "^5.0.0" }, "prettier": "@jill64/prettier-config", "devDependencies": { "@jill64/eslint-config-ts": "2.0.18", "@jill64/prettier-config": "1.0.0", "@types/node": "22.13.8", "typescript": "5.8.2" } }