{ "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:../.." } }