projectinfo/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-20 04:05:07 +00:00
{
2018-09-02 12:12:36 +00:00
"name": "@pushrocks/projectinfo",
2020-06-01 22:57:09 +00:00
"version": "4.0.5",
2018-09-02 12:24:45 +00:00
"private": false,
2016-02-20 04:05:07 +00:00
"description": "gather information about projects. supports npm, git etc.",
2020-06-01 22:45:45 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-02-20 04:05:07 +00:00
"scripts": {
2018-09-02 12:08:15 +00:00
"test": "(tstest test/)",
2020-06-01 22:57:08 +00:00
"build": "(tsbuild --web)"
2016-02-20 04:05:07 +00:00
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/projectinfo.git"
2016-02-20 04:05:07 +00:00
},
"keywords": [
"project",
"npm",
"git",
"info",
"package"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/projectinfo/issues"
2016-02-20 04:05:07 +00:00
},
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
2016-02-20 04:05:07 +00:00
"devDependencies": {
2020-06-01 22:45:45 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.6",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
2016-02-20 04:05:07 +00:00
},
"dependencies": {
2020-06-01 22:45:45 +00:00
"@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartpath": "^4.0.3",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartstring": "^3.0.18"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-01 22:45:46 +00:00
}