Files
OpenAuth_server/_API/package.json
Fabian Stamm c6158fe2e2
Some checks failed
CI / build (push) Has been cancelled
Updating dependencies and switching to ESModules where possible
2025-09-15 22:04:57 +02:00

20 lines
471 B
JSON

{
"name": "@hibas123/openauth-internalapi",
"private": true,
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
"dev": "tsc -w"
},
"keywords": [],
"author": "Fabian Stamm <Fabian.Stamm@polizei.hessen.de>",
"license": "ISC",
"devDependencies": {
"typescript": "^5.9.2"
}
}