smartgit/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2016-03-30 23:59:45 +00:00
{
2019-06-18 13:17:50 +00:00
"name": "@pushrocks/smartgit",
2020-08-15 13:46:57 +00:00
"version": "1.0.14",
2019-06-18 13:17:50 +00:00
"description": "smart wrapper for nodegit",
2016-03-30 23:59:45 +00:00
"main": "dist/index.js",
2016-06-23 17:58:25 +00:00
"typings": "dist/index.d.ts",
2016-03-30 23:59:45 +00:00
"scripts": {
2019-06-18 13:17:50 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-03-30 23:59:45 +00:00
},
"repository": {
"type": "git",
2016-07-03 22:13:32 +00:00
"url": "https://gitlab.com/pushrocks/smartgit.git"
2016-03-30 23:59:45 +00:00
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
2016-07-03 22:13:32 +00:00
"url": "https://gitlab.com/pushrocks/smartgit/issues"
2016-03-30 23:59:45 +00:00
},
2016-07-03 22:13:32 +00:00
"homepage": "https://gitlab.com/pushrocks/smartgit",
2016-03-30 23:59:45 +00:00
"dependencies": {
2020-08-15 13:46:56 +00:00
"@pushrocks/smartfile": "^8.0.0",
"@pushrocks/smartpath": "^4.0.3",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartshell": "^2.0.26",
"@pushrocks/smartstring": "^3.0.18",
2019-06-18 13:17:50 +00:00
"@types/minimatch": "^3.0.3",
2020-08-15 13:46:56 +00:00
"@types/nodegit": "^0.26.7",
"nodegit": "^0.27.0"
2016-03-30 23:59:45 +00:00
},
"devDependencies": {
2020-08-15 13:46:56 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
2019-06-18 13:17:50 +00:00
"tslint-config-prettier": "^1.18.0"
},
"private": false,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-06-19 12:00:44 +00:00
}