{
    "name": "@design-sdk/figma-oauth",
    "description": "OAuth management for figma",
    "main": "dist/index.js",
    "private": false,
    "keywords": [
        "figma",
        "oauth",
        "sdk",
        "design-sdk",
        "api",
        "token",
        "passport"
    ],
    "homepage": "https://github.com/gridaco/design-sdk/",
    "repository": "https://github.com/gridaco/design-sdk/tree/main/figma-oauth/",
    "authors": "Grida.co",
    "version": "0.0.53",
    "scripts": {
        "clean": "rimraf dist",
        "prepack": "tsc",
        "test": "jest"
    },
    "peerDependencies": {
        "axios": "^0.21.1"
    },
    "devDependencies": {
        "@types/jest": "^26.0.24",
        "dotenv": "^10.0.0",
        "jest": "^27.0.6",
        "ts-jest": "^27.0.3",
        "typescript": "^4.3.5"
    },
    "files": [
        "dist/index.js",
        "dist/index.d.ts",
        "dist/**/*.js",
        "dist/**/*.d.ts",
        "README",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "5784ab284f17fcb2b20bc821fc140fd004964d7e"
}
