node-aws-tools
Version:
35 lines (34 loc) • 751 B
JSON
{
"name": "node-aws-tools",
"author": "Glen Burchfield <npm@glenned.com> (https://glenburchfield.com)",
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.0.3",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"description": "",
"version": "0.1.0",
"dependencies": {},
"scripts": {
"dev": "ts-node src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlenCodez/aws-tools.git"
},
"keywords": [
"node",
"aws",
"tool",
"s3",
"deploy",
"node-aws-tools",
"aws-tools"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/GlenCodez/aws-tools/issues"
},
"homepage": "https://github.com/GlenCodez/aws-tools#readme"
}