{ "name": "@pushrocks/smartmanifest", "version": "1.0.8", "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.1.17", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^13.5.2", "tslint": "^6.0.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": {}, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }