websetup/package.json

28 lines
622 B
JSON
Raw Normal View History

2018-12-27 23:23:13 +00:00
{
"name": "@pushrocks/websetup",
2019-07-16 16:49:16 +00:00
"version": "2.0.0",
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/)",
2019-03-27 13:46:41 +00:00
"build": "(tsbuild --web)",
2018-12-27 23:23:13 +00:00
"format": "(gitzone format)"
},
2019-03-27 13:38:24 +00:00
"keywords": [
"lossless",
"websafe"
],
2018-12-27 23:23:13 +00:00
"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": {}
2019-03-27 13:40:07 +00:00
}