@iebh/reflib
Version:
Reference / Citation reference library utilities
66 lines (65 loc) • 1.73 kB
JSON
{
"name": "@iebh/reflib",
"version": "2.5.4",
"description": "Reference / Citation reference library utilities",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"test:browser": "cd test/browser && npm run dev",
"test:watch": "nodemon --exec npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IEBH/Reflib.git"
},
"keywords": [
"reflib",
"references",
"citations",
"library"
],
"author": "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)",
"contributors": [
"Connor Forbes <cforbes.software@gmail.com> (https://github.com/connorf25)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IEBH/Reflib/issues"
},
"homepage": "https://github.com/IEBH/Reflib",
"enginesStrict": true,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"type": "module",
"exports": {
".": {
"browser": "./lib/browser.js",
"default": "./lib/default.js"
},
"./*": "./lib/*.js"
},
"browser": {
"htmlparser2/lib/WritableStream": "./modules/shims/WritableStream-browser.js",
"htmlparser2/lib/esm/WritableStream": "./modules/shims/WritableStream-browser.js",
"JSONStream": "./modules/shims/JSONStream-browser.js"
},
"devDependencies": {
"@momsfriendlydevco/eslint-config": "^2.1.2",
"chai": "^5.2.0",
"eslint": "^9.21.0",
"mocha": "^11.1.0",
"mocha-logger": "^1.0.8",
"nodemon": "^3.1.9",
"temp": "^0.9.4",
"vite-plugin-replace": "^0.1.1"
},
"dependencies": {
"@iebh/cacx": "^1.0.3",
"@zip.js/zip.js": "^2.7.57",
"htmlparser2": "^9.1.0",
"JSONStream": "^1.3.5",
"mitt": "^3.0.1",
"sql.js": "^1.12.0"
}
}