{
  "author": "",
  "bugs": {
    "url": "https://github.com/typestyle/css-to-typestyle/issues"
  },
  "homepage": "https://github.com/typestyle/css-to-typestyle#readme",
  "description": "Transforms CSS to TypeStyle",
  "dependencies": {
    "@types/node": "^8.0.17",
    "postcss": "^5.2.17"
  },
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/chai-as-promised": "^0.0.31",
    "@types/mocha": "^2.2.41",
    "chai": "^4.1.0",
    "chai-as-promised": "^7.1.1",
    "del-cli": "^1.1.0",
    "mocha": "^3.5.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.5.0",
    "typescript": "^2.4.2"
  },
  "license": "MIT",
  "main": "./lib/main",
  "name": "css-to-typestyle",
  "repository": {
    "type": "git",
    "url": "https://github.com/typestyle/css-to-typestyle"
  },
  "scripts": {
    "clean": "node_modules/.bin/del-cli -f lib types",
    "build": "tsc -p .",
    "prebuild": "npm run clean",
    "preversion": "npm run build",
    "postversion": "git push --follow-tags && npm publish",
    "test": "node_modules/.bin/mocha --require ts-node/register --reporter spec ./tests/**/**.ts"
  },
  "types": "./types/main",
  "typings": "./types/main",
  "version": "0.0.9"
}
