Files
FakeLocation-server/package.json
2022-05-11 22:09:39 +08:00

20 lines
387 B
JSON

{
"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"
}
}