1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "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": {
- "test": "echo ignore",
- "build": "tsc",
- "lint": "tslint --fix ./src/**/*.ts",
- "commit": "npx git-cz",
- "semantic-release": "semantic-release"
- },
- "dependencies": {
- "@types/react-native": "^0.57.45"
- },
- "devDependencies": {
- "commitizen": "^3.1.1",
- "cz-conventional-changelog": "^2.1.0",
- "semantic-release": "^15.13.3",
- "tslint": "^5.16.0",
- "typescript": "^3.4.3"
- },
- "peerDependencies": {
- "react-native": "^0.59.5"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- }
- }
|