UNPKG

@refore-ai/copy-to-design-sdk

Version:

Copy the HTML source and import it into the design platform via the plugin.

84 lines (83 loc) 2.35 kB
{ "name": "@refore-ai/copy-to-design-sdk", "type": "module", "version": "2.0.0", "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "description": "Copy the HTML source and import it into the design platform via the plugin.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/refore-ai/copy-to-design-sdk.git" }, "keywords": [ "copy-to-design", "design", "refore", "refore-ai", "figma", "mastergo", "pixso", "jsdesign" ], "sideEffects": false, "files": [ "dist" ], "scripts": { "prepare": "is-ci || husky", "build": "tsdown", "cm": "cz", "lint": "eslint src", "prepublishOnly": "pnpm run build", "release": "semantic-release --no-ci", "example:install": "cd example && pnpm install", "example:dev": "cd example && pnpm dev" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "@thumbmarkjs/thumbmarkjs": "^1.2.0", "crypto-js": "^4.2.0", "nanoid": "^5.1.6", "ofetch": "^1.5.1", "radashi": "^12.7.1", "socket.io-client": "^4.8.1", "type-fest": "^5.3.1" }, "devDependencies": { "@antfu/eslint-config": "^5.2.1", "@commitlint/cli": "^20.2.0", "@commitlint/config-conventional": "^20.2.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^13.1.3", "@semantic-release/release-notes-generator": "^14.1.0", "@types/crypto-js": "^4.2.2", "@types/node": "20.19.8", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "is-ci": "^4.1.0", "lint-staged": "^16.2.7", "minimatch": "^10.1.1", "prettier": "^3.7.4", "semantic-release": "^25.0.2", "tsdown": "^0.17.4", "tsx": "^4.21.0", "typescript": "^5.9.3" } }