websetup/package.json

24 lines
565 B
JSON
Raw Normal View History

2018-12-27 23:23:13 +00:00
{
"name": "@pushrocks/websetup",
2019-03-25 15:07:05 +00:00
"version": "1.0.4",
2018-12-27 23:23:13 +00:00
"private": false,
"description": "setup basic page properties",
"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.15",
"@pushrocks/tapbundle": "^3.0.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {}
}