12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@yyyyu/react-native-geetest-sensebot",
- "version": "0.0.0-development",
- "description": "geetest sensebot for react native.",
- "keywords": [
- "react-native",
- "geetest sensebot"
- ],
- "homepage": "https://github.com/yyyyu/react-native-geetest-sensebot",
- "bugs": {
- "url": "https://github.com/yyyyu/react-native-geetest-sensebot/issues"
- },
- "license": "MIT",
- "author": {
- "name": "yyyyu",
- "email": "g592842897@gmail.com"
- },
- "main": "dist/index.js",
- "types": "dist/index.d.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/yyyyu/react-native-geetest-sensebot.git"
- },
- "scripts": {
- "commit": "npx git-cz",
- "lint": "tslint --fix ./src/**/*.ts",
- "build": "tsc"
- },
- "dependencies": {
- "@types/react-native": "^0.57.45"
- },
- "devDependencies": {
- "tslint": "^5.16.0",
- "typescript": "^3.4.3"
- },
- "peerDependencies": {
- "react-native": "^0.59.5"
- }
- }
|