UNPKG

@library-pals/isbn

Version:
59 lines (58 loc) 1.48 kB
{ "name": "@library-pals/isbn", "version": "1.4.4", "description": "Find books by ISBN", "exports": { ".": { "types": "./types/index.d.ts", "default": "./src/index.js" } }, "types": "./types/index.d.ts", "type": "module", "main": "src/index.js", "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types", "prepack": "npm run build", "lint": "eslint .", "pretest": "npm run build && npm run lint", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", "format": "prettier . --log-level warn --write" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/library-pals/isbn.git" }, "keywords": [ "isbn", "book", "google", "openlibrary", "api", "librofm" ], "author": "Katy DeCorah <@katydecorah>", "license": "AGPL-3.0-or-later", "devDependencies": { "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "eslint-plugin-jest": "^28.10.0", "eslint-plugin-jsdoc": "^50.6.1", "eslint-plugin-unicorn": "^56.0.1", "globals": "^15.14.0", "jest": "^29.7.0", "prettier": "^3.4.2", "prettier-2": "npm:prettier@^2", "typescript": "^5.7.2" }, "dependencies": { "axios": "^1.7.9" }, "bugs": { "url": "https://github.com/library-pals/isbn/issues" }, "homepage": "https://github.com/library-pals/isbn#readme" }