tink/package.json

46 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2022-01-26 15:01:10 +00:00
{
2023-05-25 18:23:36 +00:00
"name": "@apiclient.xyz/tink",
2023-06-03 20:22:21 +00:00
"version": "3.1.10",
2022-01-26 15:01:10 +00:00
"private": false,
"description": "an unofficial api abstraction for tink.com",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
2022-01-26 15:01:10 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
2023-06-03 20:22:20 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4",
2023-06-03 20:22:20 +00:00
"@types/node": "^20.2.5"
2022-01-26 15:01:10 +00:00
},
2022-02-15 15:51:16 +00:00
"dependencies": {
2023-06-03 20:22:20 +00:00
"@pushrocks/smartdelay": "^3.0.1",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrequest": "^2.0.15",
"@pushrocks/smarturl": "^3.0.6"
2022-02-15 15:51:16 +00:00
},
2022-01-26 15:01:10 +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"
]
2022-04-18 16:54:53 +00:00
}