{
  "name": "@one-for-all/artery-engine",
  "version": "1.5.0",
  "description": "artery engine",
  "license": "Apache-2.0",
  "type": "module",
  "module": "lib",
  "types": "lib/src/index.d.ts",
  "main": "dist/index.js",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "build": "rushx clean && rushx tsc",
    "clean": "rm -rf lib",
    "tsc": "tsc --build tsconfig.json",
    "bundle": "rm -rf dist && rollup -c rollup.config.js",
    "docs": "typedoc",
    "lint": "eslint src/**/*.ts --fix",
    "prepack": "yarn run build",
    "pack": "yarn pack",
    "test": "jest",
    "test:coverage": "jest --collectCoverage",
    "updateSnapshot": "jest --updateSnapshot"
  },
  "dependencies": {
    "@one-for-all/artery": "0.16.0",
    "classnames": "^2.3.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rxjs": "^7.4.0",
    "ramda": "^0.27.1",
    "nanoid": "^3.1.30"
  },
  "devDependencies": {
    "tailwindcss": "^2.2.19",
    "autoprefixer": "10.4.2",
    "postcss": "8.4.5",
    "postcss-import": "^14.0.2",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rushstack/eslint-config": "2.5.1",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/react-hooks": "^7.0.2",
    "@tsconfig/recommended": "^1.0.1",
    "@types/node": "^15.12.2",
    "@types/react": "~17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/systemjs": "^6.1.1",
    "@types/testing-library__jest-dom": "~5.14.2",
    "@typescript-eslint/parser": "^5.20.0",
    "esbuild": "0.14.38",
    "eslint": "8.7.0",
    "jest": "27.4.7",
    "jest-diff": "~27.4.6",
    "pretty-format": "~27.4.6",
    "rollup": "2.66.0",
    "rollup-plugin-esbuild": "^4.6.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^27.0.7",
    "tsconfig-paths-jest": "^0.0.1",
    "tslib": "2.3.1",
    "typescript": "4.7.2",
    "xhr-mock": "^2.5.1",
    "rollup-plugin-styles": "^3.14.1",
    "sass": "1.51.0",
    "jest-css-modules": "~2.1.0",
    "@types/jest": "27.4.0",
    "@types/ramda": "~0.28.0",
    "rollup-plugin-postcss": "^4.0.2"
  }
}
