smartssr/package.json

40 lines
976 B
JSON
Raw Normal View History

2020-02-12 21:31:22 +00:00
{
"name": "@pushrocks/smartssr",
2020-02-25 07:48:54 +00:00
"version": "1.0.5",
2020-02-12 21:31:22 +00:00
"private": false,
"description": "a smart server side renderer supporting shadow dom",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2020-02-25 07:48:54 +00:00
"@types/node": "^13.7.4",
"tslint": "^6.0.0",
2020-02-12 21:31:22 +00:00
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartfile": "^7.0.8",
"@pushrocks/smartpromise": "^3.0.6",
2020-02-25 07:48:54 +00:00
"@pushrocks/smartpuppeteer": "^1.0.15"
2020-02-12 21:31:22 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-03-01 13:41:20 +00:00
}