dees-comms/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2020-10-06 15:56:00 +00:00
{
"name": "@designestate/dees-comms",
2022-05-26 23:36:28 +00:00
"version": "1.0.23",
2020-10-06 15:56:00 +00:00
"private": false,
"description": "a comms module for communicating within the DOM",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-03-25 13:17:13 +00:00
"type": "module",
2020-10-06 15:56:00 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2022-03-25 13:17:13 +00:00
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)"
2020-10-06 15:56:00 +00:00
},
"devDependencies": {
2022-05-26 23:36:28 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.4",
"@gitzone/tstest": "^1.0.71",
2022-03-25 13:17:13 +00:00
"@pushrocks/tapbundle": "^5.0.3",
2022-05-26 23:36:28 +00:00
"@types/node": "^17.0.35"
2020-10-06 15:56:00 +00:00
},
"dependencies": {
2022-03-29 12:56:21 +00:00
"@apiglobal/typedrequest": "^2.0.3",
2022-01-28 16:40:12 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.15",
2022-03-29 08:01:50 +00:00
"@pushrocks/smartdelay": "^2.0.13",
2022-01-28 16:59:06 +00:00
"broadcast-channel": "^3.7.0"
2020-10-06 15:56:00 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
2020-12-21 12:07:35 +00:00
}