/ package.json
package.json
 1  {
 2    "name": "dora",
 3    "version": "1.0.0",
 4    "description": "test radicle",
 5    "main": "index.js",
 6    "scripts": {
 7      "test": "concurrently --kill-others-on-fail --prefix none npm:test:*"
 8    },
 9    "repository": {
10      "type": "git",
11      "url": "."
12    },
13    "keywords": [
14      "radicle"
15    ],
16    "author": "haqadosch",
17    "license": "ISC",
18    "devDependencies": {
19      "concurrently": "^9.0.0"
20    }
21  }