Skip to main content
Module

x/nameable/package.json

Cross-check whether it can be used as a package name or domain name
Latest
File
{ "name": "@miyauci/nameable", "description": "Cross-check whether it can be used as a package name or domain name", "version": "1.1.0-beta.4", "bin": { "nameable": "dist/cli.js" }, "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.es.d.ts", "exports": { ".": { "import": "./dist/index.cjs.js", "require": "./dist/index.umd.js" } }, "sideEffects": false, "license": "MIT", "scripts": { "commit": "cz", "prepare": "husky install", "build": "rollup -c rollup.config.ts" }, "devDependencies": { "@commitlint/cli": "^12.1.4", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^2.4.2", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "commitizen": "^4.2.4", "commitlint-config-gitmoji": "^2.2.5", "cz-emoji": "^1.3.1", "husky": "^6.0.0", "rollup": "^2.48.0", "rollup-plugin-add-shebang": "^0.3.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^1.3.12", "semantic-release": "^17.4.3", "semantic-release-gitmoji": "^1.3.4", "typescript": "^4.2.4" }, "files": [ "dist" ], "keywords": [ "module", "name", "available", "registry", "npm", "deno.land", "nest.land" ], "author": { "name": "TomokiMiyauci", "email": "development.operation6.6.6@gmail.com", "url": "https://miyauchi.dev/" }, "homepage": "https://github.com/TomokiMiyauci/nameable#readme", "bugs": "https://github.com/TomokiMiyauci/nameable/issues", "repository": { "type": "git", "url": "https://github.com/TomokiMiyauci/nameable.git" }, "funding": { "type": "patreon", "url": "https://www.patreon.com/tomoki_miyauci" }, "browserslist": [ "defaults", "not IE 11", "node 14" ], "dependencies": { "@miyauci/is-valid": "^1.0.0-beta.2", "cross-fetch": "^3.1.4", "fonction": "^1.8.0-beta.5" }, "publishConfig": { "access": "public" }}