@g2d/core
Version:
Transform .gitignore to .dockerignore .
38 lines • 778 B
JSON
{
"name": "@g2d/core",
"description": "Transform .gitignore to .dockerignore .",
"keywords": [
"git",
"gitignore",
"docker",
"dockerignore",
"ignore",
"ignorefiles",
"g2d"
],
"homepage": "https://vdustr.dev/g2d.js/node/cli/",
"bugs": {
"url": "https://github.com/VdustR/g2d.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/VdustR/g2d.js.git"
},
"license": "MIT",
"author": {
"name": "VdustR",
"email": "vdustr@gmail.com",
"url": "https://vdustr.dev"
},
"type": "module",
"main": "index.cjs",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"module": "index.js",
"peerDependencies": {
"detect-newline": "^4.0.0"
},
"version": "0.1.0"
}