Initial commit: IdeaSDK TypeScript plugin SDK
This commit is contained in:
14
examples/hello-plugin/package.json
Normal file
14
examples/hello-plugin/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"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:../.."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user