UNPKG

w3name

Version:

The JavaScript API client for w3name

94 lines (93 loc) 2.12 kB
{ "name": "w3name", "version": "1.1.3", "type": "module", "description": "The JavaScript API client for w3name", "author": "", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/storacha/w3name#readme", "repository": { "type": "git", "url": "https://github.com/storacha/w3name/tree/main/packages/client" }, "bugs": { "url": "https://github.com/storacha/w3name/issues" }, "keywords": [ "w3name", "ipns" ], "engines": { "node": ">=16.0.0", "npm": ">=7.0.0" }, "ts-standard": { "ignore": [ "/dist/" ] }, "directories": { "test": "test" }, "files": [ "src", "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./service": { "types": "./dist/service.d.ts", "import": "./dist/service.mjs", "require": "./dist/service.cjs" } }, "typesVersions": { "*": { "index": [ "dist/index.d.ts" ], "service": [ "dist/service.d.ts" ] } }, "scripts": { "build": "npm run clean && run-s build:*", "build:cjs": "rollup --config rollup.cjs.config.js", "build:esm": "rollup --config rollup.esm.config.js", "lint": "ts-standard", "prepare": "run-s lint test build", "test": "mocha test/name.spec.ts", "clean": "del dist", "typedoc": "typedoc" }, "dependencies": { "@libp2p/crypto": "^5.1.7", "@libp2p/interface": "^2.10.5", "cborg": "^4.2.12", "ipns": "^10.1.2", "multiformats": "^13.3.7", "throttled-queue": "^3.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-typescript": "^12.1.4", "@types/mocha": "^10.0.10", "del-cli": "^6.0.0", "gh-pages": "^6.3.0", "mocha": "^11.7.1", "npm-run-all": "^4.1.5", "rollup": "^4.45.1", "rollup-plugin-terser": "^7.0.2", "ts-node": "^10.9.2", "ts-standard": "^12.0.2", "typedoc": "^0.28.7", "typings": "^2.1.1", "uint8arrays": "^5.1.0", "uvu": "^0.5.6" } }