smarts3/package.json

74 lines
1.8 KiB
JSON
Raw Normal View History

2021-12-18 00:41:50 +00:00
{
2023-07-10 08:17:59 +00:00
"name": "@push.rocks/smarts3",
2024-11-06 16:01:20 +00:00
"version": "2.2.3",
2021-12-18 00:41:50 +00:00
"private": false,
"description": "A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.",
2021-12-18 00:41:50 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-04-14 08:36:24 +00:00
"type": "module",
2021-12-18 00:41:50 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2021-12-18 00:41:50 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsbundle": "^2.1.0",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.72",
"@push.rocks/tapbundle": "^5.4.1",
"@types/node": "^22.9.0"
2021-12-18 00:41:50 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"dependencies": {
"@push.rocks/smartbucket": "^3.0.23",
"@push.rocks/smartfile": "^11.0.21",
"@push.rocks/smartpath": "^5.0.5",
"@tsclass/tsclass": "^4.1.2",
2021-12-18 00:41:50 +00:00
"@types/s3rver": "^3.7.0",
"s3rver": "^3.7.1"
2024-04-14 16:16:08 +00:00
},
"keywords": [
"S3 Mock Server",
"Local S3",
"Node.js",
"TypeScript",
"Local Development",
"Testing",
"Cloud Storage",
2024-04-14 16:16:08 +00:00
"File Storage",
"AWS S3 Compatibility",
"Development Tool",
"S3 Endpoint",
"S3 Simulation",
"Bucket Management",
"File Upload",
"CI/CD Integration",
"Developer Onboarding"
2024-05-29 12:16:00 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smarts3#readme",
2024-05-29 12:16:00 +00:00
"repository": {
"type": "git",
"url": "git+https://code.foss.global/push.rocks/smarts3.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smarts3/issues"
2024-05-29 12:16:00 +00:00
}
2024-10-26 12:14:42 +00:00
}