@iebh/reflib
Version:
Reference / Citation reference library utilities
69 lines (68 loc) • 1.71 kB
JSON
{
"name": "@iebh/reflib",
"version": "2.8.4",
"description": "Reference / Citation reference library utilities",
"bin": {
"reflib": "./app.js"
},
"scripts": {
"lint": "eslint",
"test": "testa",
"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)",
"Irene Priya Jose (https://github.com/s5333384)",
"Tian Liang (https://github.com/Octian)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IEBH/Reflib/issues"
},
"homepage": "https://github.com/IEBH/Reflib",
"enginesStrict": true,
"engines": {
"node": ">=16.6.0"
},
"type": "module",
"exports": {
".": {
"browser": "./lib/browser.js",
"default": "./lib/default.js"
},
"./*": "./lib/*.js"
},
"browser": {
"JSONStream": "./modules/shims/JSONStream-browser.js"
},
"dependencies": {
"@iebh/cacx": "^1.1.0",
"@momsfriendlydevco/sort-keys": "^1.0.0",
"@zip.js/zip.js": "^2.7.57",
"JSONStream": "^1.3.5",
"mitt": "^3.0.1",
"sql.js": "^1.12.0"
},
"devDependencies": {
"@momsfriendlydevco/eslint-config": "^2.3.1",
"@momsfriendlydevco/testa": "^1.2.0",
"eslint": "^9.31.0",
"execa": "^9.6.1",
"lodash-es": "^4.17.23",
"nodemon": "^3.1.9",
"temp": "^0.9.4",
"vite-plugin-replace": "^0.1.1"
}
}