letterxpress/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2019-11-13 16:21:52 +00:00
{
2024-02-16 19:27:14 +00:00
"name": "@apiclient.xyz/letterxpress",
2024-04-17 17:47:23 +00:00
"version": "1.0.19",
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)",
2024-02-16 19:27:14 +00:00
"localPublish": "gitzone commit && pnpm run build && pnpm publish && pnpm publish --access public --registry=\"https://registry.npmjs.org\""
2019-11-13 16:21:52 +00:00
},
"devDependencies": {
2024-02-16 19:27:14 +00:00
"@git.zone/tsbuild": "^2.1.63",
"@git.zone/tsrun": "^1.2.46",
2024-04-17 17:47:23 +00:00
"@git.zone/tstest": "^1.0.88",
2024-02-16 19:27:14 +00:00
"@push.rocks/qenv": "^6.0.5",
2024-04-17 17:47:23 +00:00
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.7"
2019-11-13 16:21:52 +00:00
},
2019-11-16 16:54:45 +00:00
"dependencies": {
2024-02-16 19:27:14 +00:00
"@design.estate/dees-document": "^1.0.99",
2024-04-17 17:47:23 +00:00
"@push.rocks/smartbuffer": "^2.0.1",
2024-02-16 19:27:14 +00:00
"@push.rocks/smarthash": "^3.0.1",
"@push.rocks/smartpromise": "^4.0.3",
2024-04-17 17:47:23 +00:00
"@push.rocks/smartrequest": "^2.0.22",
2024-02-16 19:27:14 +00:00
"@push.rocks/smartrx": "^3.0.7",
2024-04-17 17:47:23 +00:00
"@tsclass/tsclass": "^4.0.54"
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
}