We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit c57c5eaCopy full SHA for c57c5ea
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
README.md
@@ -0,0 +1,3 @@
+# 简介
2
+
3
+*zoucaa*,粤语早茶的拼音。多,丰盛,好吃。
package.json
@@ -0,0 +1,24 @@
+{
+ "name": "@jamcaa/zoucaa",
+ "private": true,
4
+ "version": "0.1.0",
5
+ "description": "饮茶先啦。",
6
+ "type": "module",
7
+ "author": "onsummer",
8
+ "license": "GPL-3.0-or-later",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/JamcaaLaa/zoucaa.git"
12
+ },
13
+ "engines": {
14
+ "node": ">=16.11.0"
15
16
+ "exports": {
17
+ "./package.json": "./package.json",
18
+ ".": {
19
+ "import": "./Source/Cesium.js"
20
+ }
21
22
+ "scripts": {},
23
+ "keywords": []
24
+}
pnpm-workspace.yaml
@@ -0,0 +1,2 @@
+packages:
+ - 'packages/*'
0 commit comments