isoft-vscode 1.112.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +29 -0
  2. package/index.d.ts +21246 -0
  3. package/package.json +21 -0
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "isoft-vscode",
3
+ "version": "1.112.1",
4
+ "description": "TypeScript definitions for the Orientais Code extension API (based on the VS Code extension API, MIT)",
5
+ "main": "",
6
+ "types": "index.d.ts",
7
+ "keywords": [
8
+ "vscode",
9
+ "extension",
10
+ "api",
11
+ "types",
12
+ "orientais",
13
+ "isoft"
14
+ ],
15
+ "license": "MIT",
16
+ "author": "Orientais Software / Orientais Code",
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org",
19
+ "access": "public"
20
+ }
21
+ }