UNPKG

@oneclick.dev/sdk

Version:

The OneClick Studio SDK

35 lines (34 loc) 599 B
{ "name": "@oneclick.dev/sdk", "version": "0.2.2", "description": "The OneClick Studio SDK", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc" }, "keywords": [ "cms", "studio", "api", "oneclick" ], "author": "oneclick.dev", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }