You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-names/package.json

46 lines
986 B
JSON

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