@expo/pkcs12
Version:
PKCS#12 Utilities for Node.js
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "@expo/pkcs12",
"version": "0.2.5",
"description": "PKCS#12 Utilities for Node.js",
"keywords": [
"pkcs12"
],
"license": "MIT",
"main": "build/index.js",
"files": [
"build"
],
"scripts": {
"build": "expo-module tsc",
"clean": "expo-module clean",
"lint": "expo-module lint",
"prepare": "yarn run clean && yarn run build",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test",
"typecheck": "expo-module typecheck",
"watch": "yarn run build --watch --preserveWatchOutput"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/%40expo/pkcs12#readme",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/pkcs12"
},
"dependencies": {
"node-forge": "^1.2.1"
},
"devDependencies": {
"expo-module-scripts": "^4.1.9"
},
"publishConfig": {
"access": "public"
},
"gitHead": "1c4a89b0c0adebb53ef84b4a6ac25864e4652917"
}