package-json-from-git
Version:
Generate package.json information from Git data. Useful for `create-xxx` tools.
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "package-json-from-git",
"version": "1.2.2",
"homepage": "https://github.com/guoyunhe/package-json-from-git#readme",
"bugs": {
"url": "https://github.com/guoyunhe/package-json-from-git/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoyunhe/package-json-from-git.git"
},
"funding": "https://github.com/sponsors/guoyunhe",
"license": "GPL-3.0",
"author": {
"name": "Guo Yunhe",
"email": "i@guoyunhe.me"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/dts/index.d.ts",
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "node-scripts build",
"format": "node-scripts format",
"lint": "node-scripts lint",
"test": "node-scripts test",
"watch": "node-scripts watch"
},
"prettier": {
"printWidth": 100,
"singleQuote": true
},
"eslintConfig": {
"extends": "@guoyunhe/node-scripts"
},
"jest": {
"preset": "@guoyunhe/node-scripts"
},
"dependencies": {
"git-url-parse": "^13.1.0",
"simple-git": "^3.16.0"
},
"devDependencies": {
"@guoyunhe/node-scripts": "^1.5.1",
"@tsconfig/node16": "^1.0.3",
"@types/git-url-parse": "^9.0.1",
"@types/jest": "^29.2.6",
"@types/node": "^16.18.11",
"typescript": "^4.9.4"
}
}