15 lines
249 B
JSON
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:../.."
|
|
}
|
|
}
|
|
|