{
  "name": "step-guidance",
  "version": "0.0.1",
  "main": "dist/step-guidance.umd.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "robin",
    "email": "284595745@qq.com"
  },
  "repository": "git@github.com:robinwp/step-guidance.git",
  "scripts": {
    "dev": "rollup -c -w",
    "build": "rollup -c"
  },
  "private": false,
  "devDependencies": {
    "rollup": "^2.33.3",
    "rollup-plugin-less": "^1.1.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "tslint": "^6.1.3",
    "typescript": "^4.1.2"
  }
}
