package.json 796 Bytes
{
  "name": "luban-h5",
  "version": "1.13.1",
  "description": "en: A mobile page builder/editor,  similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
  "dependencies": {
    "flightplan": "^0.6.20",
    "standard-version": "^8.0.1"
  },
  "devDependencies": {},
  "scripts": {
    "release-f": "standard-version -f",
    "release-major": "standard-version -r major",
    "release-minor": "standard-version -r minor",
    "release-patch": "standard-version -r patch",
    "deploy:ecs": "fly production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ly525/luban-h5.git"
  },
  "author": "ly525",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ly525/luban-h5/issues"
  },
  "homepage": "https://github.com/ly525/luban-h5#readme"
}