update version 1.0.0 Alpha

This commit is contained in:
BobH
2022-05-11 22:09:39 +08:00
commit a2bf32a476
19 changed files with 1788 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "fakelocation-server",
"version": "1.0.0",
"description": "a fakelocation app pro version server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fakelocation",
"fakeserver"
],
"author": "bobh",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"express": "^4.18.1"
}
}