smartsitemap/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-25 22:12:38 +00:00
{
"name": "@pushrocks/smartsitemap",
2021-01-03 14:28:29 +00:00
"version": "1.0.14",
2020-10-25 22:12:38 +00:00
"private": false,
"description": "a sitemap module",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
2021-01-03 14:28:29 +00:00
"@types/node": "^14.14.19",
2020-10-25 22:12:38 +00:00
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
2020-10-26 12:18:33 +00:00
"@pushrocks/smartcache": "^1.0.13",
2021-01-03 14:28:29 +00:00
"@pushrocks/smartfeed": "^1.0.11",
2020-10-26 12:18:33 +00:00
"@pushrocks/smartxml": "^1.0.6",
2020-10-28 17:43:58 +00:00
"@pushrocks/smartyaml": "^2.0.5",
2021-01-03 02:08:00 +00:00
"@pushrocks/webrequest": "^2.0.13",
2021-01-03 14:28:29 +00:00
"@tsclass/tsclass": "^3.0.29"
2020-10-25 22:12:38 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}