Local development files before merging with remote
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
bin/ss3ops.js
0 → 100644
lib/index.js
0 → 100644
lib/s3-client.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "@youdatasum/client-s3", | |||
| "version": "1.0.0", | |||
| "description": "S3 operations client for internal use", | |||
| "main": "lib/index.js", | |||
| "bin": { | |||
| "ss3ops": "./bin/ss3ops.js" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "keywords": ["s3", "aws", "client", "internal"], | |||
| "author": "Youdatasum", | |||
| "license": "MIT", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+ssh://git@git.youdatasum.com:ljg/client-s3.git" | |||
| }, | |||
| "files": [ | |||
| "bin/", | |||
| "lib/", | |||
| "package.json", | |||
| "README.md" | |||
| ], | |||
| "publishConfig": { | |||
| "registry": "https://git.youdatasum.com/api/v4/projects/<project_id>/packages/npm/" | |||
| }, | |||
| "dependencies": { | |||
| "@aws-sdk/client-s3": "^3.0.0", | |||
| "@smithy/node-http-handler": "^2.0.0" | |||
| }, | |||
| "devDependencies": { | |||
| "jest": "^29.0.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">=14.0.0" | |||
| } | |||
| } | |||
| \ No newline at end of file |
Please
register
or
sign in
to comment