You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
349 B
JSON
18 lines
349 B
JSON
1 year ago
|
{
|
||
|
"name": "express-to-mock",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"mock": "node mockServer.js",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "pp",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1",
|
||
|
"fs": "0.0.1-security",
|
||
|
"mockjs": "^1.1.0"
|
||
|
}
|
||
|
}
|