smartmanifest/package.json

36 lines
795 B
JSON
Raw Normal View History

2019-05-27 11:13:41 +00:00
{
"name": "@pushrocks/smartmanifest",
2020-01-30 12:56:45 +00:00
"version": "1.0.8",
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": {
2020-01-30 12:56:44 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^13.5.2",
"tslint": "^6.0.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": [
2020-01-30 12:56:44 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-06-15 16:10:09 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-01-30 12:56:45 +00:00
}