UNPKG

@uttacoin/upl-name-service

Version:

UTTA Coin Programs Library. Name Service JavaScript API

57 lines (56 loc) 1.61 kB
{ "name": "@uttacoin/upl-name-service", "version": "0.1.2", "description": "UTTA Coin Programs Library. Name Service JavaScript API", "license": "MIT", "author": "UTTA Coin Maintainers <maintainers@uttacoin.com>", "homepage": "https://uttacoin.com/", "repository": { "type": "git", "url": "https://bitbucket.org/sumraprague/utta-program-library.git" }, "publishConfig": { "access": "public" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "tsc && node --trace-warnings dist/test.js", "build": "tsc", "prepublish": "tsc", "lint": "yarn pretty && eslint .", "lint:fix": "yarn pretty:fix && eslint . --fix", "pretty": "prettier --check 'src/*.[jt]s'", "pretty:fix": "prettier --write 'src/*.[jt]s'", "doc": "yarn typedoc src/index.ts" }, "devDependencies": { "@tsconfig/recommended": "^1.0.1", "@types/bs58": "^4.0.1", "@types/node": "^14.14.20", "babel-eslint": "^10.1.0", "eslint": "^7.17.0", "eslint-plugin-import": "^2.22.1", "nodemon": "^2.0.7", "prettier": "^2.2.1", "save-dev": "0.0.1-security", "ts-node": "^9.1.1", "tslib": "^2.2.0", "typedoc": "^0.20.35", "typescript": "^4.1.3" }, "dependencies": { "@uttacoin/upl-token": "0.1.0", "@uttacoin/web3.js": "0.1.0", "bip32": "^2.0.6", "bn.js": "^5.1.3", "borsh": "^0.6.0", "bs58": "4.0.1", "buffer-layout": "^1.2.0", "core-util-is": "^1.0.2", "csv-parser": "^3.0.0", "fs": "^0.0.1-security", "tweetnacl": "^1.0.3", "webpack-dev-server": "^3.11.2" } }