@bnnsoftvn/mobile-sic-sdk
Version:
mobilesdk to sign csr
79 lines (78 loc) • 1.87 kB
JSON
{
"author": "bnnsoftvn",
"contributors": [
{
"name": "bnnsoftvn"
}
],
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"asn1-test-suite": "^1.0.2",
"eslint": "^8.15.0",
"eslint-plugin-deprecation": "^1.3.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rollup": "^2.77.2",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-typescript2": "^0.32.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bnnsoftvn/mobilesdk.git"
},
"dependencies": {
"@bnnsoftvn/react-native-biometrics-sic": "3.1.2",
"@peculiar/x509": "^1.12.3",
"@xmldom/xmldom": "^0.9.8",
"pvtsutils": "^1.3.5",
"react-native-device-info": "^8.4.9",
"react-native-keychain": "8.0.0",
"react-native-uuid": "^2.0.3",
"reflect-metadata": "^0.2.2",
"tslib": "^2.7.0",
"tsyringe": "^4.8.0"
},
"description": "mobilesdk to sign csr",
"keywords": [
"sic",
"sad",
"sap",
"remote signing",
"csc"
],
"main": "build/index.js",
"module": "build/index.es.js",
"types": "build/index.d.ts",
"name": "@bnnsoftvn/mobile-sic-sdk",
"files": [
"build",
"LICENSE",
"README.md"
],
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "mocha",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts",
"coverage": "nyc npm test"
},
"version": "3.1.2",
"license": "MIT",
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/bnnsoftvn/mobilesdk/issues"
},
"homepage": "https://github.com/bnnsoftvn/mobilesdk#readme"
}