@magro/northwind-server
Version:
Northwind Backend
29 lines (28 loc) • 668 B
JSON
{
"name": "@magro/northwind-server",
"version": "0.1.0",
"description": "Northwind Backend",
"scripts": {
"start": "node server"
},
"bin": {
"northwind-server": "server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lean-stack/northwind-server.git"
},
"keywords": [
"northwind",
"json-server"
],
"author": "Micha Alt <mail@lean-stack.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lean-stack/northwind-server/issues"
},
"homepage": "https://github.com/lean-stack/northwind-server#readme",
"dependencies": {
"json-server": "^0.16.2"
}
}