get-meta-file
Version:
gets a meta file and its contents
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "get-meta-file",
"version": "1.3.6",
"description": "gets a meta file and its contents",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"lint": "prettier --write index.js",
"test": "jest --config jest.json --coverage",
"test:coverage": "jest --config jest.json --coverage",
"test:watch": "jest --config jest.json --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mateodelnorte/get-meta-file.git"
},
"keywords": [
"get-meta-file",
"meta",
"repo",
"repository",
"metarepository",
"metarepo"
],
"author": "github@iammattwalters.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/mateodelnorte/meta/issues"
},
"homepage": "https://github.com/mateodelnorte/get-meta-file#readme",
"dependencies": {
"chalk": "^3.0.0",
"debug": "^4.3.2",
"dedent": "^0.7.0",
"findup-sync": "^4.0.0",
"prompt-sync": "^4.2.0",
"tildify": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"commitizen": "4.2.3",
"cz-conventional-changelog": "3.3.0",
"husky": "6.0.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"pretty-quick": "3.1.0"
}
}