Add package.json for publishing API types

This commit is contained in:
Asher
2019-09-03 17:55:58 -05:00
parent da7d8b04a8
commit a26844ea45
5 changed files with 84 additions and 50 deletions

11
typings/package.json Normal file
View 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"
}
}