summaryrefslogtreecommitdiff
path: root/package.json
blob: 8ee955a6c9d969881bc1864d6986fdc9185c4b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ros_test_webapi",
  "version": "1.0.0",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git@physick.ru:ros_test_webapi"
  },
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "node src/index.js"
  },
  "dependencies": {
    "express": "^5.2.1"
  }
}