2016-02-20 04:05:07 +00:00
|
|
|
{
|
2018-09-02 12:12:36 +00:00
|
|
|
"name": "@pushrocks/projectinfo",
|
2022-04-18 20:16:46 +00:00
|
|
|
"version": "5.0.0",
|
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",
|
2022-04-18 20:16:46 +00:00
|
|
|
"type": "module",
|
2016-02-20 04:05:07 +00:00
|
|
|
"scripts": {
|
2018-09-02 12:08:15 +00:00
|
|
|
"test": "(tstest test/)",
|
2022-04-18 20:16:46 +00:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-08 23:38:22 +00:00
|
|
|
"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": {
|
2016-06-08 23:38:22 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/projectinfo/issues"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
2016-06-08 23:38:22 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
|
2016-02-20 04:05:07 +00:00
|
|
|
"devDependencies": {
|
2022-04-18 20:16:46 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.61",
|
|
|
|
"@gitzone/tsrun": "^1.2.32",
|
|
|
|
"@gitzone/tstest": "^1.0.70",
|
|
|
|
"@pushrocks/tapbundle": "^5.0.3",
|
|
|
|
"@types/node": "^17.0.25",
|
|
|
|
"tslint": "^6.1.3",
|
2020-06-01 22:45:45 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-18 20:16:46 +00:00
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
|
|
"@pushrocks/smartstring": "^4.0.2"
|
2020-06-01 22:45:45 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2022-04-18 20:17:10 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2020-06-01 22:45:45 +00:00
|
|
|
]
|
2022-04-18 20:17:10 +00:00
|
|
|
}
|