tink/package.json

43 lines
958 B
JSON
Raw Normal View History

2022-01-26 15:01:10 +00:00
{
"name": "@mojoio/tink",
2022-02-19 12:32:57 +00:00
"version": "1.0.14",
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",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
2022-02-15 15:51:16 +00:00
"@gitzone/tstest": "^1.0.64",
"@pushrocks/qenv": "^4.0.10",
2022-02-15 22:50:37 +00:00
"@pushrocks/tapbundle": "^4.0.7",
2022-02-15 15:51:16 +00:00
"@types/node": "^17.0.18",
2022-01-26 15:01:10 +00:00
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
2022-02-15 15:51:16 +00:00
"dependencies": {
2022-02-15 22:50:37 +00:00
"@pushrocks/smartrequest": "^1.1.56"
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-01-26 15:01:10 +00:00
}