You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
690 B
24 lines
690 B
{
|
|
"name": "Data-extractore",
|
|
"version": "1.0.0",
|
|
"description": "Your Figma Plugin",
|
|
"main": "code.js",
|
|
"scripts": {
|
|
"postinstall": "npm --prefix bridge-server install",
|
|
"build": "tsc -p tsconfig.json && npm --prefix bridge-server run build && npm run setup-mcp",
|
|
"setup-mcp": "node scripts/setup-mcp.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"watch": "npm run build -- --watch"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@figma/eslint-plugin-figma-plugins": "*",
|
|
"@figma/plugin-typings": "*",
|
|
"eslint": "^9.39.4",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.57.1"
|
|
}
|
|
}
|