{ "name": "@millironx/docker-names", "version": "1.1.8", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" ], "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "release": "np", "test": "jest", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/MillironX/docker-names.git" }, "publishConfig": { "access": "public", "registry": "https://npm.pkg.github.com" }, "keywords": [ "docker", "names", "name", "generator", "docker-names", "docker-name" ], "author": "MillironX", "license": "ISC", "bugs": { "url": "https://github.com/MillironX/docker-names/issues" }, "homepage": "https://github.com/MillironX/docker-names#readme", "devDependencies": { "@types/jest": "^26.0.22", "jest": "^26.6.3", "np": "^7.5.0", "ts-jest": "^26.5.5", "typescript": "^4.2.4" } }