gitlab/package.json

44 lines
990 B
JSON
Raw Permalink Normal View History

2017-06-10 13:51:27 +00:00
{
2021-05-16 12:16:35 +00:00
"name": "@mojoio/gitlab",
2021-10-05 13:29:47 +00:00
"version": "1.0.10",
2017-06-10 13:51:27 +00:00
"description": "api abstraction package for gitlab",
2021-05-16 12:16:35 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-06-10 13:51:27 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2021-05-16 12:16:35 +00:00
"test": "(tstest test/)",
"build": "(tsbuild --web)"
2017-06-10 13:51:27 +00:00
},
2017-06-10 13:51:39 +00:00
"devDependencies": {
2021-10-04 20:02:47 +00:00
"@gitzone/tsbuild": "^2.1.27",
"@gitzone/tsrun": "^1.2.17",
"@gitzone/tstest": "^1.0.57",
2021-05-16 12:16:35 +00:00
"@pushrocks/tapbundle": "^3.2.14",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
2017-06-10 13:51:27 +00:00
},
"dependencies": {
2021-05-16 23:50:56 +00:00
"@pushrocks/smartfile": "^8.0.10",
"@pushrocks/smartrequest": "^1.1.52",
2021-10-04 20:02:47 +00:00
"@pushrocks/smarturl": "^2.0.1",
2021-10-05 13:29:47 +00:00
"@tsclass/tsclass": "^3.0.34"
2021-05-16 23:50:56 +00:00
},
"private": false,
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2021-05-16 23:59:47 +00:00
}