{
  "name": "@agreejs/agree",
  "version": "3.2.15",
  "description": "Agree framework",
  "homepage": "https://github.com/nervjs/agree/tree/master/packages/agree#readme",
  "main": "index.js",
  "main:h5": "h5.js",
  "typings": "types/index.d.ts",
  "files": [
    "index.js",
    "h5.js",
    "types",
    "html.css",
    "html5.css"
  ],
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "keywords": [
    "agree"
  ],
  "author": "peilinghui",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@agreejs/agree-h5": "3.2.15",
    "@agreejs/api": "3.2.15",
    "@agreejs/runtime": "3.2.15"
  }
}
