UNPKG

neo-ns

Version:

Interface for resolving domains to addresses on NEO Name Service

38 lines (37 loc) 946 B
{ "name": "neo-ns", "version": "0.0.1", "description": "Interface for resolving domains to addresses on NEO Name Service", "main": "./lib/node/nns.min.js", "types": "./lib/index.d.ts", "scripts": { "start": "webpack --mode development --watch", "build": "webpack --mode development", "dist": "webpack --mode production --env.DISTRIBUTION=true" }, "repository": { "type": "git", "url": "git+https://github.com/nickfujita/neo-ns.git" }, "author": "Nick Fujita", "license": "MIT", "bugs": { "url": "https://github.com/nickfujita/neo-ns/issues" }, "homepage": "https://github.com/nickfujita/neo-ns#readme", "devDependencies": { "ts-loader": "5.2.2", "tslint": "5.11.0", "tslint-loader": "3.5.4", "typescript": "3.1.3", "webpack": "4.21.0", "webpack-cli": "3.1.2" }, "dependencies": { "@cityofzion/neon-js": "3.11.0" }, "keywords": [ "neo", "nns" ] }