package.json 853 Bytes
{
  "name": "fw-rn-aliface",
  "version": "1.0.11",
  "description": "阿里人脸活体检测",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "npm:publish": "npm --registry https://registry.npmjs.org/ publish",
    "npm:sync": "curl -i https://npm.taobao.org/sync/fw-rn-aliface",
    "pod:lint": "export LANG=en_US.UTF-8 && pod lib lint TXIm.podspec",
    "pod:install": "cd ios && export LANG=en_US.UTF-8 && pod install"
  },
  "keywords": [
    "aliface"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.feewee.cn:FEV2/fw-rn-aliface.git"
  },
  "homepage": "http://gitlab.feewee.cn/FEV2/fw-rn-aliface",
  "author": "baiyun",
  "license": "MIT",
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "react": "16.9.0",
    "react-native": "0.61.5"
  }
}