Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
715 B

{
"name": "sanitize-s3-objectkey",
"version": "0.0.1",
"description": "Remove and replace illegal characters in S3 Object Keys",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Advanon/sanitize-s3-objectkey.git"
},
"keywords": [
"aws",
"s3",
"objectkey",
"sanitize"
],
"author": "Advanon AG",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Advanon/sanitize-s3-objectkey/issues"
},
"homepage": "https://github.com/Advanon/sanitize-s3-objectkey#readme",
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.9.0"
},
"dependencies": {}
}