doi-utils
Version:
Set of utility functions to help with handling DOI(Digital Object Identifier)
45 lines (44 loc) • 1.24 kB
JSON
{
"name": "doi-utils",
"version": "2.0.5",
"description": "Set of utility functions to help with handling DOI(Digital Object Identifier)",
"author": "Rowan Cockett <rowan@continuous.foundation>",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/continuous-foundation/doi-utils.git"
},
"bugs": {
"url": "https://github.com/continuous-foundation/doi-utils/issues"
},
"homepage": "https://github.com/continuous-foundation/doi-utils",
"scripts": {
"prepublishOnly": "npm test && npm run build",
"clean": "rm -rf dist",
"test": "vitest run",
"test:watch": "vitest watch",
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.cjs",
"lint:format": "prettier --check \"src/**/*.{ts,tsx,md}\"",
"build:esm": "tsc",
"build": "npm-run-all -l clean -p build:esm"
},
"keywords": [
"doi",
"tookit"
],
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-curvenote": "latest",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
}
}