59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@pushrocks/smartgit",
|
|
"version": "2.0.2",
|
|
"description": "smart wrapper for nodegit",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/pushrocks/smartgit.git"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"jade",
|
|
"template"
|
|
],
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartgit/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartgit",
|
|
"dependencies": {
|
|
"@pushrocks/smartenv": "^5.0.2",
|
|
"@pushrocks/smartfile": "^10.0.4",
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
"@pushrocks/smartshell": "^2.0.30",
|
|
"@pushrocks/smartstring": "^4.0.2",
|
|
"@types/minimatch": "^3.0.5",
|
|
"isomorphic-git": "^1.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.63",
|
|
"@gitzone/tstest": "^1.0.72",
|
|
"@pushrocks/tapbundle": "^5.0.4"
|
|
},
|
|
"private": false,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|