{ "name": "@pushrocks/smartmanifest", "version": "1.0.3", "private": false, "description": "a module for creating web app manifests", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^12.0.8", "tslint": "^5.17.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": {} }