← back to Watches
sdk/package.json
44 lines
{
"name": "@omega-watches/api-client",
"version": "2.0.0",
"description": "JavaScript/TypeScript client for the Omega Watch Price History API",
"main": "omega-api-client.js",
"types": "types.d.ts",
"type": "module",
"scripts": {
"test": "echo \"No tests yet\" && exit 0",
"prepublishOnly": "echo \"Ready to publish\""
},
"keywords": [
"omega",
"watches",
"api",
"client",
"price-history",
"investment",
"luxury-watches",
"watch-api"
],
"author": "Omega Watch API",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://45.61.58.125:7600"
},
"homepage": "http://45.61.58.125:7600/api/docs",
"bugs": {
"url": "http://45.61.58.125:7600/api/docs"
},
"files": [
"omega-api-client.js",
"types.d.ts",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}