gitlab/package.json
2021-05-16 12:16:36 +00:00

26 lines
639 B
JSON

{
"name": "@mojoio/gitlab",
"version": "1.0.4",
"description": "api abstraction package for gitlab",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartrequest": "^1.1.51",
"@pushrocks/smarturl": "^2.0.1"
}
}