@unique.vc/udm.js
Version:
UDM - Unique Delegation Manager is a simple yet efficient solution allowing to bridge self-custody and user experience, have best from both worlds and potentially extend the reach of the industry.
44 lines (43 loc) • 1.38 kB
JSON
{
"name": "@unique.vc/udm.js",
"version": "1.0.1",
"description": "UDM - Unique Delegation Manager is a simple yet efficient solution allowing to bridge self-custody and user experience, have best from both worlds and potentially extend the reach of the industry.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"keywords": [
"Unique Delegation Manager",
"master",
"representative"
],
"bugs": {
"url": "https://github.com/unqclub/unique-program-library/issues"
},
"homepage": "https://github.com/unqclub/unique-program-library/tree/main/delegation-manager",
"author": "Unique.VC team <dev@unique.vc>",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^29.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
},
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.73.0",
"axios": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unqclub/unique-program-library.git#main"
}
}