UNPKG

js-node-aws

Version:
43 lines (42 loc) 992 B
{ "name": "js-node-aws", "version": "1.0.0", "description": "NodeJS AWS Provider", "homepage": "https://github.com/pkg-wizard/js-node-aws", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/pkg-wizard/js-node-aws.git" }, "scripts": { "test": "jest -c ./jest.config.js", "build": "tsc", "clean": "rm -r ./dist" }, "bugs": { "url": "https://github.com/pkg-wizard/js-node-aws/issues" }, "dependencies": { "js-node-logger": "^1.0.2", "aws-sdk": "^2.1692.0" }, "devDependencies": { "@types/express": "^5.0.0", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "prettier": "^3.5.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "keywords": [ "Aws", "aws-sdk" ], "author": "pkg-wizard", "license": "MIT" }