eregistrations-js
Version:
A JavaScript library that simplifies usage of eRegistrations APIs.
45 lines (44 loc) • 1 kB
JSON
{
"name": "eregistrations-js",
"version": "2.4.0",
"description": "A JavaScript library that simplifies usage of eRegistrations APIs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20.11.19"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:gdb": "jest src/__tests__/gdb",
"prepublishOnly": "npm run test && npm run build"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/unctad/ai-tools.git"
},
"keywords": [
"service",
"determinants",
"keycloak",
"eregistrations"
],
"author": "Rauno Kulla",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/jest": "^29.5.12",
"@types/dotenv": "^8.2.0",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"dotenv": "^16.4.1"
}
}