github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/npm/npmscopedproject/package.json (about)

     1  {
     2    "name": "@jscope/jfrog-cli-tests",
     3    "version": "=1.0.0",
     4    "description": "test package with scope",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "echo \"Error: no test specified\" && exit 1"
     8    },
     9    "author": "",
    10    "license": "ISC",
    11    "dependencies": {
    12      "xml": "1.0.1"
    13    },
    14    "devDependencies": {
    15      "json": "9.0.6"
    16    }
    17  }