{
  "name": "restyle-reddit",
  "description": "Publish subreddit CSS from your favourite code editor",
  "author": {
    "name": "Joonas Yliaho",
    "email": "joonas.yliaho@gmail.com"
  },
  "version": "0.2.17",
  "license": "MIT",
  "bin": {
    "restyle": "./bin/restyle"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yliaho/restyle-for-reddit"
  },
  "keywords": ["reddit", "stylesheet", "scss", "css", "moderator"],
  "scripts": {
    "watch": "rollup -cw",
    "start": "NODE_ENV=production node bin/restyle publish",
    "test": "NODE_ENV=development mocha -r ts-node/register test/**/*.spec.ts"
  },
  "dependencies": {
    "chalk": "^2.3.0",
    "commander": "^2.13.0",
    "dotenv": "^4.0.0",
    "node-sass": "^4.7.2",
    "rollup-plugin-async": "^1.2.0",
    "snoowrap": "^1.15.2",
    "typescript": "^2.6.2"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.47",
    "@types/node": "^9.4.0",
    "@types/node-sass": "^3.10.32",
    "@types/snoowrap": "^1.14.3",
    "chai": "^4.1.2",
    "mocha": "^5.0.0",
    "rollup": "^0.55.1",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-commonjs": "^8.3.0",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-node-resolve": "^3.0.2",
    "rollup-plugin-string": "^2.0.2",
    "rollup-plugin-typescript": "^0.8.1",
    "rollup-watch": "^4.3.1",
    "ts-node": "^4.1.0"
  }
}
