UNPKG

@ocfl/ocfl-fs

Version:

Oxford Common File Layout (OCFL) JS client library for filesystem storage

56 lines (55 loc) 1.31 kB
{ "name": "@ocfl/ocfl-fs", "version": "0.3.0", "description": "Oxford Common File Layout (OCFL) JS client library for filesystem storage", "main": "index.js", "exports": { ".": [ { "import": "./index.mjs", "require": "./index.js", "default": "./index.js" }, "./index.js" ] }, "scripts": { "test": "mocha", "build-docs": "typedoc --plugin typedoc-plugin-missing-exports" }, "keywords": [ "ocfl", "Oxford Common File Layout", "preservation", "storage", "filesystem" ], "repository": { "type": "git", "url": "https://github.com/Arkisto-Platform/ocfl-js" }, "author": "Alvin Sebastian (https://orcid.org/0000-0002-9086-1722)", "contributors": [ "Moises Sacal Bonequi (https://orcid.org/0000-0002-4438-2755)", "Peter Sefton (https://orcid.org/0000-0002-3545-944X)" ], "license": "GPL-3.0-or-later", "devDependencies": { "@ocfl/ocfl-tests": "*", "@types/fs-extra": "^11.0.4", "@types/node": "^24", "clean-jsdoc-theme": "^4.3.0", "jsdoc": "^4.0.3", "mocha": "^11.7.5", "typedoc": "^0.28.14", "typedoc-plugin-missing-exports": "^4.1.2" }, "dependencies": { "@ocfl/ocfl": "0.3.0" }, "files": [ "index.js", "index.mjs", "lib" ] }