aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/prettier-json-stringify/out.json
blob: 51ba2a378a50df4c140aab5dba1235f7e62dff13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "test-package-json",
  "version": "1.0.0",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": ""
}