letterxpress/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2019-11-13 16:21:52 +00:00
{
"name": "@mojoio/letterxpress",
2022-06-29 06:26:31 +00:00
"version": "1.0.15",
2019-11-13 16:21:52 +00:00
"private": false,
"description": "an unofficial API package for the letterxpress API",
2022-06-16 01:29:41 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-11-13 16:21:52 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2022-06-16 13:36:14 +00:00
"build": "(tsbuild --web --allowimplicitany)",
2022-06-16 01:29:41 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2019-11-13 16:21:52 +00:00
},
"devDependencies": {
2022-06-16 01:29:41 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.0"
2019-11-13 16:21:52 +00:00
},
2019-11-16 16:54:45 +00:00
"dependencies": {
2022-06-16 01:29:41 +00:00
"@pushrocks/smartbuffer": "^1.0.3",
2022-06-29 06:26:31 +00:00
"@pushrocks/smarthash": "^3.0.1",
2022-06-16 11:51:58 +00:00
"@pushrocks/smartletter": "^2.0.13",
2022-06-16 01:29:41 +00:00
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^1.1.56",
"@pushrocks/smartrx": "^2.0.25",
2022-06-16 11:51:58 +00:00
"@tsclass/tsclass": "^4.0.17"
2019-11-16 16:54:45 +00:00
},
2019-11-13 16:21:52 +00:00
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2022-06-16 01:29:41 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-13 16:21:52 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-06-16 01:29:41 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2019-11-13 16:21:52 +00:00
]
2019-11-18 16:18:59 +00:00
}