smartmanifest/package.json

35 lines
757 B
JSON
Raw Normal View History

2019-05-27 11:13:41 +00:00
{
"name": "@pushrocks/smartmanifest",
2020-01-30 11:50:36 +00:00
"version": "1.0.7",
2019-05-27 11:13:41 +00:00
"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",
2019-06-15 16:05:59 +00:00
"@gitzone/tstest": "^1.0.24",
2019-05-27 11:13:41 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2019-06-15 16:05:59 +00:00
"@types/node": "^12.0.8",
"tslint": "^5.17.0",
2019-05-27 11:13:41 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-06-15 16:10:09 +00:00
"dependencies": {},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-06-15 16:10:09 +00:00
}