Add IDE API (#36)

This commit is contained in:
Kyle Carberry
2019-02-26 12:12:42 -06:00
committed by Asher
parent 14da71499f
commit 7b5871136b
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "@coder/ide-api",
"typings": "api.d.ts",
"author": "Coder",
"license": "MIT",
"description": "API for interfacing with the API created for content-scripts"
}