@kuriousdesign/machine-sdk
Version:
Shared data types and helpers for machine-related repositories
31 lines (30 loc) • 780 B
JSON
{
"name": "@kuriousdesign/machine-sdk",
"version": "1.0.6",
"description": "Shared data types and helpers for machine-related repositories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"machine",
"sdk",
"data-types",
"helpers"
],
"author": "kuriousdesign (https://github.com/kuriousDesign)",
"license": "MIT",
"devDependencies": {
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuriousDesign/machine-sdk.git"
},
"bugs": {
"url": "https://github.com/kuriousDesign/machine-sdk/issues"
},
"homepage": "https://github.com/kuriousDesign/machine-sdk#readme"
}