@design-sdk/figma-remote-api
Version:
Light-weight Figma Remote api wrapper with types & authentication
44 lines • 965 B
JSON
{
"name": "@design-sdk/figma-remote-api",
"description": "Light-weight Figma Remote api wrapper with types & authentication",
"main": "dist/index.js",
"private": false,
"keywords": [
"figma",
"oauth",
"sdk",
"design-sdk",
"api",
"token",
"passport",
"figma-types"
],
"homepage": "https://github.com/gridaco/figma-sdk/",
"repository": "https://github.com/gridaco/figma-sdk/tree/main/figma-remote-api/",
"authors": "Grida.co",
"version": "0.1.0",
"license": "MIT",
"peerDependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"dotenv": "^10.0.0",
"vitest": "^1.2.0",
"@design-sdk/figma-remote-types": "0.1.0"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf dist",
"dev": "tsup --watch",
"build": "tsup index.ts",
"test": "vitest run",
"typecheck": "tsc --noEmit"
}
}