This commit is contained in:
Luk
2024-06-12 10:26:29 +08:00
commit 7ebe25ab79
6 changed files with 219 additions and 0 deletions

12
package.json Executable file
View File

@@ -0,0 +1,12 @@
{
"name": "wo-core-data",
"version": "0.1.0",
"main": "index.js",
"private": true,
"dependencies": {},
"devDependencies": {},
"scripts": {
"setup": "npm install"
},
"author": ""
}