openalex-client
Version:
TypeScript SDK for OpenAlex academic database API
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "openalex-client",
"version": "1.2.0",
"description": "TypeScript SDK for OpenAlex academic database API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"prepublishOnly": "npm run build"
},
"keywords": [
"openalex",
"academic",
"research",
"api",
"sdk",
"typescript",
"scholarly"
],
"author": "pepearce",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pepearce/openalex-sdk.git"
},
"bugs": {
"url": "https://github.com/pepearce/openalex-sdk/issues"
},
"homepage": "https://github.com/pepearce/openalex-sdk#readme",
"devDependencies": {
"@eslint/css": "^0.8.1",
"@eslint/js": "^9.28.0",
"@eslint/json": "^0.12.0",
"@eslint/markdown": "^6.4.0",
"@types/node": "^20.11.30",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
},
"engines": {
"node": ">=14.0.0"
}
}