oxford-dictionary-api-client
Version:
A Node.js and browser wrapper for Oxford Dictionary API
62 lines (61 loc) • 1.82 kB
JSON
{
"name": "oxford-dictionary-api-client",
"description": "A Node.js and browser wrapper for Oxford Dictionary API",
"version": "1.1.0",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"keywords": [
"oxford",
"dictionary",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kovyazin/oxford-dictionary-api-client.git"
},
"homepage": "https://github.com/kovyazin/oxford-dictionary-api-client#readme",
"bugs": {
"url": "https://github.com/kovyazin/oxford-dictionary-api-client/issues"
},
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "rimraf dist/**/* && tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint . --ext .ts",
"format": "prettier . --write",
"prepare": "husky && echo 'npx lint-staged' > .husky/pre-commit && git add .husky/pre-commit",
"uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^24.0.10",
"@vitest/coverage-v8": "^3.2.4",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"vite": "^7.0.3",
"vitest": "^3.2.4"
}
}