UNPKG

profile-plus

Version:

### IOS

82 lines (81 loc) 1.84 kB
{ "name": "profile-plus", "description": "", "author": { "name": "René Verheij", "email": "rene@semantu.com", "url": "https://www.github.com/flyon" }, "repository": { "type": "git", "url": "" }, "version": "1.0.2", "lincd": true, "main": "lib/cjs/index.js", "types": "dist/profile-plus.d.ts", "license": "ISC", "scripts": { "start": "npm exec lincd dev", "build": "yarn lincd build", "prepublishOnly": "yarn lincd build production", "postpublish": "npm exec lincd register" }, "keywords": [ "lincd", "linked data", "interoperable", "semantic web", "web3" ], "dependencies": { "@capacitor/camera": "^7.0.0", "@capacitor/core": "^7.0.0", "formidable": "^3.5.4", "lincd": "^1.0", "lincd-auth": "~1.0", "lincd-jsonld": "~1.0", "lincd-mui-base": "~1.0", "lincd-schema": "~1.0", "lincd-server-utils": "~1.0", "lincd-sioc": "~1.0", "lincd-xsd": "~1.0", "node-fetch": "2", "node-gyp": "^11.1.0", "profile-pics": "~1.0", "react-easy-crop": "^5.0.0", "sharp": "^0.34.4" }, "devDependencies": { "@types/formidable": "^3.4.5", "lincd-cli": "^1.2", "tsconfig-to-dual-package": "^1.2.0", "typescript": "^5.7.3", "typescript-plugin-css-modules": "^5.1.0" }, "module": "lib/esm/index.js", "exports": { ".": { "types": "./lib/esm/index.d.ts", "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" }, "./*.js": { "types": "./lib/esm/*.d.ts", "import": "./lib/esm/*.js", "require": "./lib/cjs/*.js" }, "./*": { "types": "./lib/esm/*.d.ts", "import": "./lib/esm/*.js", "require": "./lib/cjs/*.js" } }, "typesVersions": { "*": { "*": [ "lib/esm/*" ] } } }