2020-08-03 09:30:48 +02:00
|
|
|
{
|
2021-01-30 16:35:55 +01:00
|
|
|
"name": "@gnu-taler/taler-wallet-cli",
|
2023-09-27 09:22:42 +02:00
|
|
|
"version": "0.9.3-dev.27",
|
2020-08-03 09:30:48 +02:00
|
|
|
"description": "",
|
|
|
|
"engines": {
|
2023-02-21 02:09:31 +01:00
|
|
|
"node": ">=0.18.0"
|
2020-08-03 09:30:48 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://git.taler.net/wallet-core.git"
|
|
|
|
},
|
|
|
|
"author": "Florian Dold",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bin": {
|
2022-10-31 18:00:22 +01:00
|
|
|
"taler-wallet-cli": "./bin/taler-wallet-cli.mjs"
|
2020-08-03 09:30:48 +02:00
|
|
|
},
|
2022-10-13 15:14:49 +02:00
|
|
|
"type": "module",
|
2020-08-03 09:30:48 +02:00
|
|
|
"scripts": {
|
2023-08-29 13:55:14 +02:00
|
|
|
"compile": "tsc && ./build-node.mjs",
|
2023-02-21 21:38:57 +01:00
|
|
|
"test": "tsc",
|
2023-09-12 15:55:43 +02:00
|
|
|
"typedoc": "typedoc --out dist/typedoc ./src/",
|
2023-09-12 21:18:21 +02:00
|
|
|
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
|
2020-08-12 09:11:00 +02:00
|
|
|
"pretty": "prettier --write src"
|
2020-08-03 09:30:48 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"AUTHORS",
|
|
|
|
"README",
|
|
|
|
"COPYING",
|
|
|
|
"bin/",
|
|
|
|
"dist/node",
|
|
|
|
"src/"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-12-23 12:59:29 +01:00
|
|
|
"@types/node": "^18.11.17",
|
2023-06-05 13:33:14 +02:00
|
|
|
"prettier": "^2.8.8",
|
2023-09-06 13:24:34 +02:00
|
|
|
"typedoc": "^0.25.1",
|
|
|
|
"typescript": "^5.2.2"
|
2020-08-03 09:30:48 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-17 17:56:37 +01:00
|
|
|
"@gnu-taler/taler-util": "workspace:*",
|
2021-02-04 15:07:47 +01:00
|
|
|
"@gnu-taler/taler-wallet-core": "workspace:*",
|
2023-06-06 11:54:37 +02:00
|
|
|
"tslib": "^2.5.3"
|
2020-08-03 09:30:48 +02:00
|
|
|
}
|
2023-09-27 09:22:18 +02:00
|
|
|
}
|