We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce599c commit 4ee30faCopy full SHA for 4ee30fa
package.json
@@ -1,12 +1,9 @@
1
{
2
"name": "json-server",
3
"version": "0.15.1",
4
- "description": "Serves JSON files through REST routes.",
+ "description": "Get a full fake REST API with zero coding in less than 30 seconds",
5
"main": "./lib/server/index.js",
6
"bin": "./lib/cli/bin.js",
7
- "directories": {
8
- "test": "test"
9
- },
10
"scripts": {
11
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
12
"start": "babel-node -- src/cli/bin db.json -r routes.json",
@@ -93,7 +90,7 @@
93
90
},
94
91
"homepage": "https://github.com/typicode/json-server",
95
92
"engines": {
96
- "node": ">=8"
+ "node": ">=10"
97
98
"husky": {
99
"hooks": {
0 commit comments