UNPKG

figma-transformer

Version:

```js import { processFile } from "figma-transformer";

55 lines (54 loc) 1.44 kB
{ "name": "figma-transformer", "version": "2.1.0", "license": "MIT", "keywords": [ "figma", "design", "process", "transformer", "api" ], "author": "Bernardo Raposo <hi@bernardoraposo.com> (https://github.com/braposo)", "repository": { "type": "git", "url": "https://github.com/braposo/figma-transformer.git" }, "homepage": "https://github.com/braposo/figma-transformer#readme", "main": "dist/index.js", "module": "dist/figma-transformer.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint src", "prepublishOnly": "yarn validate", "validate": "yarn test --coverage && yarn lint --fix && yarn build && bundlesize" }, "sideEffects": false, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "yarn lint && yarn test" } }, "devDependencies": { "@types/jest": "^26.0.14", "bundlesize": "^0.18.0", "figma-js": "^1.13.0", "husky": "^4.3.0", "tsdx": "^0.14.0", "typescript": "3.9.7" }, "dependencies": {}, "bundlesize": [ { "path": "./dist/figma-transformer.cjs.production.min.js", "maxSize": "1.1 kB" } ] }