{ "name": "@pushrocks/projectinfo", "version": "5.0.0", "private": false, "description": "gather information about projects. supports npm, git etc.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/projectinfo.git" }, "keywords": [ "project", "npm", "git", "info", "package" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/projectinfo/issues" }, "homepage": "https://gitlab.com/pushrocks/projectinfo#readme", "devDependencies": { "@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", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartstring": "^4.0.2" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }