Skip to content
Snippets Groups Projects
package.json 175 B
Newer Older
{
  "name": "pamn-mock-api",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "version": "0.1.0",
  "scripts": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "start": "node server.js"
  },
  "private": true,
  "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "json-server": "^0.16.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  }