@jlceda/pro-api-types 0.1.55
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.
- package/README.md +3 -0
- package/index.d.ts +9481 -0
- package/package.json +21 -0
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@jlceda/pro-api-types",
|
|
3
|
+
"version": "0.1.55",
|
|
4
|
+
"description": "嘉立创EDA 专业版扩展 API 类型定义",
|
|
5
|
+
"types": "index.d.ts",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"jlceda",
|
|
8
|
+
"pro-api"
|
|
9
|
+
],
|
|
10
|
+
"author": "JLCEDA <support@lceda.cn>",
|
|
11
|
+
"license": "Apache-2.0",
|
|
12
|
+
"homepage": "https://lceda.cn/",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./index.d.ts"
|
|
16
|
+
},
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {},
|
|
20
|
+
"typeScriptVersion": "5.0"
|
|
21
|
+
}
|