@ocfl/ocfl
Version:
Oxford Common File Layout (OCFL) JS library
71 lines (70 loc) • 1.53 kB
JSON
{
"name": "@ocfl/ocfl",
"version": "0.2.2",
"description": "Oxford Common File Layout (OCFL) JS library",
"main": "index.js",
"exports": {
".": [
{
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./index.js"
]
},
"scripts": {
"test": "mocha",
"build-docs": "jsdoc -c jsdoc.json"
},
"keywords": [
"ocfl",
"Oxford Common File Layout",
"preservation",
"storage"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Language-Research-Technology/ocfl-js.git"
},
"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",
"dependencies": {
"hash-wasm": "^4.11.0"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.33",
"mocha": "^10.7.3",
"typedoc": "^0.23.15"
},
"mocha": {
"extension": [
".spec.js",
".spec.cjs",
".spec.mjs"
],
"recursive": true
},
"bugs": {
"url": "https://github.com/Language-Research-Technology/ocfl-js/issues"
},
"homepage": "https://github.com/Language-Research-Technology/ocfl-js#readme",
"engines": {
"node": ">=17.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"index.js",
"index.mjs",
"lib",
"resources"
]
}