{
  "name": "@figma-extractor/core",
  "version": "1.0.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "ISC",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepublish": "npm run build",
    "test": "jest"
  },
  "dependencies": {
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bem/figma-extractor.git",
    "directory": "packages/core"
  }
}
