websetup/package.json

47 lines
1018 B
JSON
Raw Normal View History

2018-12-27 23:23:13 +00:00
{
"name": "@pushrocks/websetup",
2023-05-08 13:22:28 +00:00
"version": "3.0.19",
2018-12-27 23:23:13 +00:00
"private": false,
"description": "setup basic page properties",
2020-03-15 19:11:14 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-12-27 23:23:13 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2023-05-07 18:24:53 +00:00
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
2018-12-27 23:23:13 +00:00
},
2019-03-27 13:38:24 +00:00
"keywords": [
"lossless",
"websafe"
],
2018-12-27 23:23:13 +00:00
"devDependencies": {
2023-05-07 18:24:53 +00:00
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4"
2018-12-27 23:23:13 +00:00
},
2020-03-06 15:12:23 +00:00
"dependencies": {
2023-05-07 18:24:53 +00:00
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartpromise": "^4.0.2",
2023-05-08 13:22:27 +00:00
"@tsclass/tsclass": "^4.0.41"
2020-03-06 15:12:23 +00:00
},
2019-07-16 16:54:19 +00:00
"files": [
2020-03-06 09:57:31 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-03-15 19:11:14 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-03-06 09:57:31 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-07-16 16:54:19 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-07-08 11:10:20 +00:00
],
"browserslist": [
"last 1 chrome versions"
2023-05-07 18:24:53 +00:00
],
"type": "module"
2023-05-07 18:24:53 +00:00
}