summaryrefslogtreecommitdiff
path: root/packages/pogen/example/proj1/package.json
blob: 97adf0f3a62b9f1a1c1ba341a7f2a0fe7dba4606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "proj1",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "pogen": {
    "domain": "test"
  }
}