smarts3/package.json
2021-12-20 17:06:43 +01:00

45 lines
1.0 KiB
JSON

{
"name": "@pushrocks/smarts3",
"version": "1.0.7",
"private": false,
"description": "create an s3 endpoint that maps to a local directory",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^17.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"dependencies": {
"@pushrocks/smartbucket": "^1.0.44",
"@pushrocks/smartfile": "^9.0.3",
"@types/s3rver": "^3.7.0",
"s3rver": "^3.7.1"
}
}