20 lines
387 B
JSON
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"
|
|
}
|
|
}
|