{ "name": "@adraffy/ens-normalize", "version": "1.9.2", "description": "Compact ES6 Ethereum Name Service (ENS) Name Normalizer", "keywords": [ "ENS", "Ethereum", "UTS-46", "UTS-51", "IDNA", "Normalize", "NFC", "NFD" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "default": "./dist/index.cjs" }, "./xnf": { "types": "./dist/index.d.ts", "import": "./dist/index-xnf.mjs", "default": "./dist/index-xnf.cjs" } }, "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/index.d.ts" ] } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "files": [ "./dist" ], "repository": { "type": "git", "url": "git+https://github.com/adraffy/ens-normalize.js.git" }, "license": "MIT", "bugs": { "url": "https://github.com/adraffy/ens-normalize.js/issues" }, "homepage": "https://github.com/adraffy/ens-normalize.js#readme", "author": { "name": "raffy.eth", "email": "raffy@me.com", "url": "http://raffy.antistupid.com" }, "scripts": { "labels": "node validate/download-labels.js", "derive": "node derive/make.js", "make": "node src/make.js", "validate": "node validate/make.js", "test": "node test/validate.js", "build": "rollup -c", "rebuild": "npm run derive && npm run make && npm run validate && npm run test && npm run build", "order": "node validate/dump-group-order.js save && npm run rebuild", "pack": "node ./src/prepost.js pack", "pub": "node ./src/prepost.js publish" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.0", "rollup": "^3.20.0" } }