81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"name": "taler-wallet",
|
|
"version": "0.6.12",
|
|
"description": "",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"main": "dist/node/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.taler.net/wallet-core.git"
|
|
},
|
|
"author": "Florian Dold",
|
|
"license": "GPL-3.0",
|
|
"bin": {
|
|
"taler-wallet-cli": "./bin/taler-wallet-cli"
|
|
},
|
|
"scripts": {
|
|
"build": "make tsc",
|
|
"pretty": "prettier --config .prettierrc --write src",
|
|
"test": "ava",
|
|
"coverage": "nyc ava"
|
|
},
|
|
"files": [
|
|
"AUTHORS",
|
|
"README",
|
|
"COPYING",
|
|
"bin/",
|
|
"dist/node",
|
|
"src/"
|
|
],
|
|
"devDependencies": {
|
|
"@ava/typescript": "^1.1.1",
|
|
"@rollup/plugin-json": "^4.0.2",
|
|
"@rollup/plugin-replace": "^2.3.1",
|
|
"@types/chrome": "^0.0.103",
|
|
"@types/react": "^16.9.6",
|
|
"@types/react-dom": "^16.9.6",
|
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
"@typescript-eslint/parser": "^2.26.0",
|
|
"ava": "^3.6.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
"jed": "^1.1.1",
|
|
"moment": "^2.18.1",
|
|
"nyc": "^15.0.1",
|
|
"po2json": "^0.4.5",
|
|
"pogen": "^0.0.5",
|
|
"prettier": "^2.0.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"rollup": "^2.3.3",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"structured-clone": "^0.2.2",
|
|
"typedoc": "^0.17.4",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"big-integer": "^1.6.48",
|
|
"idb-bridge": "^0.0.15",
|
|
"qrcode-generator": "^1.4.3",
|
|
"source-map-support": "^0.5.12",
|
|
"tslib": "^1.11.1"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"src/**/*-test.{js,ts}"
|
|
],
|
|
"typescript": {
|
|
"rewritePaths": {
|
|
"src/": "dist/node/"
|
|
}
|
|
}
|
|
}
|
|
}
|