aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/prettier-json-stringify/in.json
blob: f6d73a6d3da81521cba20643ad7353717d3f0122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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": ""
}