@xsfish/uberduck
Version:
Uberduck's REST API for web client
38 lines • 805 B
JSON
{
"name": "@xsfish/uberduck",
"version": "0.0.2",
"description": "Uberduck's REST API for web client",
"main": "build/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "npx tsc",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/berman82312/uberduck-js"
},
"keywords": [
"uberduck"
],
"author": "Littlefish",
"license": "MIT",
"types": "./build/index.d.ts",
"bugs": {
"url": "https://github.com/berman82312/uberduck-js/issues"
},
"homepage": "https://github.com/berman82312/uberduck-js#readme",
"devDependencies": {
"@types/node": "^20.11.14",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"type": "module",
"files": [
"build",
"README.md"
]
}