mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 21:27:26 +02:00
Add package.json for publishing API types
This commit is contained in:
11
typings/package.json
Normal file
11
typings/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@coder/ide-api",
|
||||
"version": "2.0.3",
|
||||
"typings": "api.d.ts",
|
||||
"license": "MIT",
|
||||
"author": "Coder",
|
||||
"description": "API for interfacing with the API created for content-scripts.",
|
||||
"dependencies": {
|
||||
"@types/vscode": "^1.37.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user