{
  "name": "create-typestyle",
  "version": "1.0.42.2",
  "description": "creates a boxed, independent instance of typestyle",
  "license": "MIT",
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "homepage": "https://gitlab.com/xananax-npm/create-typestyle.git",
  "author": "me@xananax.com",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/xananax-npm/create-typestyle"
  },
  "bugs": {
    "url": "https://github.com/Xananax/create-typestyle/issues"
  },
  "scripts": {
    "start": "BROWSER=none react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "compile": "rimraf dist && tsc --project tsconfig.prod.json",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  },
  "keywords": [
    "typescript",
    "typestyle",
    "css",
    "style"
  ],
  "devDependencies": {
    "@types/jest": "^23.3.11",
    "@types/node": "^10.12.18",
    "@types/react": "^16.7.18",
    "@types/react-dom": "^16.0.11",
    "gh-pages": "^2.0.1",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-scripts": "^2.1.2",
    "rimraf": "^2.6.2",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "csx": "^9.0.0",
    "typestyle": "^2.0.1"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
