UNPKG

@tokenizer/s3

Version:
81 lines (80 loc) 2.09 kB
{ "name": "@tokenizer/s3", "version": "1.0.1", "description": "Amazon S3 tokenizer", "type": "module", "exports": "./lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.d.ts" ], "scripts": { "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' 'coverage'", "mocha": "mocha", "test": "yarn run lint && yarn run mocha", "compile-lib": "tsc -p lib/tsconfig.json", "compile-test": "tsc -p test", "compile": "yarn run compile-lib && yarn run compile-test", "build": "yarn run clean && yarn run compile", "eslint": "eslint lib test", "lint-ts": "biome check", "lint": "yarn run lint-ts" }, "keywords": [ "audio", "S3", "AWS", "chunk", "range", "Amazon", "cloud" ], "author": { "name": "Borewit", "url": "https://github.com/Borewit" }, "funding": { "type": "github", "url": "https://github.com/sponsors/Borewit" }, "contributors": [ { "email": "onken@netcubed.de", "name": "Moritz Onken" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Borewit/tokenizer-s3.git" }, "bugs": { "url": "https://github.com/Borewit/tokenizer-s3/issues" }, "dependencies": { "@tokenizer/range": "^0.13.0", "strtok3": "^10.2.0" }, "peerDependencies": { "@aws-sdk/client-s3": ">=3.0.0 <4.0.0", "@aws-sdk/credential-providers": ">=3.0.0 <4.0.0" }, "devDependencies": { "@aws-sdk/client-s3": "^3.738.0", "@aws-sdk/credential-providers": "^3.738.0", "@biomejs/biome": "1.9.4", "@tokenizer/token": "^0.3.0", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.12.0", "chai": "^5.1.2", "del-cli": "^6.0.0", "file-type": "^20.0.1", "mocha": "^11.1.0", "music-metadata": "^10.8.2", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "packageManager": "yarn@4.4.1" }