{
  "name": "@ruiapp/move-style",
  "version": "0.4.24",
  "description": "",
  "types": "./dist/mod.d.ts",
  "main": "./dist/mod.js",
  "keywords": [],
  "author": "Fossil",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@types/lodash": "^4.14.186",
    "@types/qs": "^6.9.15",
    "lodash": "^4.17.21",
    "rimraf": "^3.0.2",
    "rollup": "^2.79.1",
    "rollup-plugin-tsc-alias": "^1.1.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.8.4",
    "winston": "^3.13.0"
  },
  "peerDependencies": {
    "lodash": "^4.17.21",
    "@ruiapp/log": "^0.1.0"
  },
  "dependencies": {
    "axios": "^1.1.2",
    "events": "^3.3.0",
    "qs": "^6.11.0"
  },
  "scripts": {
    "build": "rimraf dist && rollup --config",
    "dev": "rollup --config",
    "test": "echo \"Error: no test specified\""
  }
}