{
  "name": "language-icons",
  "version": "0.3.0",
  "repository": "https://github.com/AnandChowdhary/language-icons",
  "author": "Anand Chowdhary <mail@anandchowdhary.com>",
  "license": "MIT",
  "files": ["icons"],
  "scripts": {
    "build": "tsc && node dist/index.js",
    "watch": "onchange 'colors.json' -- yarn build"
  },
  "devDependencies": {
    "@types/node": "^11.10.4",
    "onchange": "^5.2.0",
    "tsc": "^1.20150623.0",
    "typescript": "^3.3.3333"
  }
}
