@affinidi-tdk/common
Version:
Affinidi TDK Common library with shared utils
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "@affinidi-tdk/common",
"version": "1.25.0",
"description": "Affinidi TDK Common library with shared utils",
"author": "Affinidi",
"repository": {
"type": "git",
"url": "https://github.com/affinidi/affinidi-tdk"
},
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"affinidi-tdk",
"identity",
"holistic",
"network",
"trust"
],
"license": "Apache-2.0",
"main": "index.js",
"typings": "index.d.ts",
"sideEffects": false,
"homepage": "https://github.com/affinidi/affinidi-tdk#readme",
"jsii": {
"outdir": "dist",
"versionFormat": "short",
"targets": {
"python": {
"distName": "affinidi_tdk_common",
"module": "affinidi_tdk_common"
}
}
},
"scripts": {
"build": "jsii -vvv",
"build:watch": "jsii -w",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"package": "jsii-pacmak -vvv",
"publish-npm": "publib-npm",
"publish-pypi": "twine upload --verbose --skip-existing dist/python/*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jsii": "^5.3.25",
"jsii-pacmak": "^1.103.1",
"jsii-release": "^0.2.822",
"typescript": "^5.2.2"
},
"stability": "stable",
"types": "index.d.ts"
}