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.
 
 
 

22 lines
526 B

{
"name": "Data-extractore",
"version": "1.0.0",
"description": "Your Figma Plugin",
"main": "code.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"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"
}
}