package-lock.json•1.13 kB
{
"name": "figma-mcp-plugin",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "figma-mcp-plugin",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "^1.109.0",
"typescript": "^5.0.0"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.109.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.109.0.tgz",
"integrity": "sha512-6l628rOQGNd5ZD3Bru36/NK+PSKmHpsrWz0NMwUYZ8AIyfIl6sCJRc8+OhAy9+WkDXq/Dx3BYiBStjmCJ8O3Lw==",
"dev": true,
"license": "MIT License"
},
"node_modules/typescript": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}