{
  "name": "@micra/jsos",
  "version": "0.0.6",
  "author": "Olavo Amorim Santos<contact@micra.dev>",
  "license": "MIT",
  "main": ".micra/index.cjs.js",
  "module": ".micra/index.js",
  "types": ".micra/index.d.ts",
  "files": [
    ".micra/**/*"
  ],
  "scripts": {
    "build": "yarn rimraf .micra && yarn rollup -c .config/build/rollup.config.js",
    "format": "prettier --write 'src/**/*.{ts,tsx}' --config .prettierrc.js",
    "lint": "eslint 'src/**/*.{ts,tsx}' --cache --config .config/linting/.eslintrc.js --cache-location .config/linting/.eslintcache",
    "test": "jest --config .config/test/jest.config.js",
    "test:coverage": "yarn test --coverage"
  },
  "devDependencies": {
    "@babel/core": "^7.11.5",
    "@babel/plugin-transform-react-jsx": "^7.10.4",
    "@babel/plugin-transform-typescript": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "@types/jest": "^26.0.13",
    "@types/node": "^14.6.3",
    "@types/react": "^16.9.49",
    "@types/styled-components": "^5.1.3",
    "@typescript-eslint/eslint-plugin": "^4.0.1",
    "@typescript-eslint/parser": "^4.0.1",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.4.2",
    "node-factory": "^0.4.1",
    "nodemon": "^2.0.4",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.26.9",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-typescript2": "^0.27.2",
    "ts-jest": "^26.3.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "tslib": "^2.0.1"
  }
}
