UNPKG

@coedl/ocfl

Version:

Oxford Common File Layout JS library

38 lines (37 loc) 1.06 kB
{ "name": "@coedl/ocfl", "version": "3.9.1", "description": "Oxford Common File Layout JS library", "main": "index.js", "scripts": { "test": "npm run minio && sleep 5 && ./node_modules/.bin/jest --runInBand && npm run cleanup", "test:watch": "npm run minio && sleep 5 && ./node_modules/.bin/jest --watch --runInBand && npm run cleanup", "minio": "docker-compose up -d", "cleanup": "docker-compose stop && docker-compose rm -f" }, "keywords": [ "ocfl", "repository", "preservation", "storage" ], "author": "Marco La Rosa", "contributors": "Mike Lynch", "repository": "https://github.com/CoEDL/ocfl-js", "license": "GPL-3.0-or-later", "dependencies": { "@aws-sdk/client-s3": "^3.53.1", "@aws-sdk/lib-storage": "^3.53.1", "@aws-sdk/s3-request-presigner": "^3.53.1", "aws-sdk": "^2.1089.0", "fs-extra": "^10.0.1", "hasha": "^5.2.2", "lodash": "^4.17.21", "pairtree": "0.0.1", "uuid": "^8.3.2" }, "devDependencies": { "chance": "^1.1.8", "jest": "^26.6.3" } }