open-flun 1.0.2 → 1.0.3
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/CHANGELOG.md +1 -1
- package/package.json +21 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-flun",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "当前包为占位包,暂时不提供实际功能,待项目完成后,发布实际功能",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,13 +8,32 @@
|
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"placeholder",
|
|
11
|
-
"reserved"
|
|
11
|
+
"reserved",
|
|
12
|
+
"flun"
|
|
13
|
+
],
|
|
14
|
+
"files": [
|
|
15
|
+
"index.d.ts",
|
|
16
|
+
"index.js",
|
|
17
|
+
"copy-files.js",
|
|
18
|
+
"README.md",
|
|
19
|
+
"CHANGELOG.md",
|
|
20
|
+
"LICENSE"
|
|
12
21
|
],
|
|
13
22
|
"author": "flun <cn@flun.top>",
|
|
14
23
|
"license": "ISC",
|
|
15
24
|
"type": "commonjs",
|
|
25
|
+
"types": "index.d.ts",
|
|
26
|
+
"readmeFilename": "README.md",
|
|
16
27
|
"repository": {
|
|
17
28
|
"type": "git",
|
|
18
29
|
"url": "https://github.com/flunGit/flun.git"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://www.npmjs.com/package/open-flun#readme",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/flunGit/flun/issues"
|
|
34
|
+
},
|
|
35
|
+
"engines": {
|
|
36
|
+
"node": ">=20.0.0",
|
|
37
|
+
"npm": ">=9.0.0"
|
|
19
38
|
}
|
|
20
39
|
}
|