@proyecto-didi/didi-blockchain-manager
Version:
Project to abstract the use of multiblockains in DIDI project
73 lines (72 loc) • 2.23 kB
JSON
{
"name": "@proyecto-didi/didi-blockchain-manager",
"version": "3.0.0",
"dependencies": {
"did-jwt": "^6.0.0",
"did-jwt-vc": "^2.1.9",
"did-resolver": "^3.1.3",
"ethr-did": "1.1.0",
"ethr-did-registry": "0.0.3",
"ethr-did-resolver": "3.0.0",
"uport-credentials": "1.3.5",
"web3": "1.4.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@jest/globals": "^26.4.2",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^26.3.0",
"commitizen": "^4.2.4",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"cz-jira-smart-commit": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^26.4.2",
"prettier": "^2.5.1",
"typescript": "^4.4.3"
},
"scripts": {
"test": "jest",
"test:npm": "npm publish --access public --dry-run",
"posttest": "coveralls < coverage/lcov.info",
"build": "tsc",
"typeCheck": "tsc --noEmit",
"lint": "eslint __tests__/*.ts src/*.ts",
"lint:fix": "eslint __tests__/*.ts src/*.ts --fix",
"prenpm:publish": "npm run lint && npm run build",
"npm:publish": "npm publish --access public"
},
"description": "Project to abstract the use of multiblockains in DIDI project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"modules": "dist/index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/ong-bitcoin-argentina/DIDI-SSI-Blockchain-manager.git"
},
"keywords": [
"didi",
"multiblockain"
],
"author": "atixlabs",
"bugs": {
"url": "https://github.com/ong-bitcoin-argentina/DIDI-SSI-Blockchain-manager/issues"
},
"homepage": "https://github.com/ong-bitcoin-argentina/DIDI-SSI-Blockchain-manager#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}