@kuriousdesign/machine-sdk
Version:
Shared data types and helpers for machine-related repositories
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "@kuriousdesign/machine-sdk",
"version": "1.0.76",
"description": "Shared data types and helpers for machine-related repositories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && copyfiles -u 1 \"styles/**/*\" dist/styles",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"machine",
"sdk",
"data-types",
"helpers"
],
"author": "kuriousdesign (https://github.com/kuriousDesign)",
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuriousDesign/machine-sdk.git"
},
"bugs": {
"url": "https://github.com/kuriousDesign/machine-sdk/issues"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles/*": "./dist/styles/*"
},
"homepage": "https://github.com/kuriousDesign/machine-sdk#readme"
}