Files
IdeaSDK/examples/hello-plugin/package.json
2026-08-02 16:24:59 +02:00

15 lines
249 B
JSON

{
"name": "hello-plugin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@idea/plugin-sdk": "file:../.."
}
}