Skip to content

Commit c57c5ea

Browse files
committed
init.
0 parents  commit c57c5ea

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 简介
2+
3+
*zoucaa*,粤语早茶的拼音。多,丰盛,好吃。

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@jamcaa/zoucaa",
3+
"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

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
packages:
2+
- 'packages/*'

0 commit comments

Comments
 (0)