oohost.js/package.json

22 lines
439 B
JSON

{
"name": "oohost.js",
"version": "0.0.7",
"description": "TypeScript library for accessing the oohost API",
"license": "MIT",
"author": "oohost.cz",
"repository": {
"type": "git",
"url": "https://git.codespace.cz/oohost/oohost.js"
},
"keywords": [
"oohost",
"webhosting",
"api"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
}
}