summaryrefslogtreecommitdiff
path: root/package.json
blob: 78e025911c99ac3abc28c7ad0c276367e8c326d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "pipefitter",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "typescript": "^3.1.6"
  },
  "scripts": {
    "build": "tsc && cp bin/config.json build/bin",
    "build:run": "yarn run build && node build/bin/index.js"
  }
}