{ "name": "@pushrocks/smartnpm", "version": "1.0.14", "private": false, "description": "interface with npm to retrieve package information", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.22", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.1", "@types/node": "^13.9.1", "tslint": "^6.1.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/smartarchive": "^1.0.12", "@pushrocks/smartfile": "^7.0.11", "@pushrocks/smartlog": "^2.0.21", "@pushrocks/smartrequest": "^1.1.47", "package-json": "^6.5.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }