aboutsummaryrefslogtreecommitdiff
path: root/template/json/file-package.json
blob: 0aa1535460830f539d61ae7878424cc5e9708539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "{{_dir_}}",
  "description": "{{_cursor_}}",
  "license": "",
  "version": "1.0.0",
  "bin": "./cli.js",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
  },
  "devDependencies": {
  }
}