79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"name": "@gnu-taler/taler-wallet-core",
|
|
"version": "0.8.1",
|
|
"description": "",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.taler.net/wallet-core.git"
|
|
},
|
|
"author": "Florian Dold",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"prepare": "tsc && rollup -c",
|
|
"compile": "tsc && rollup -c",
|
|
"pretty": "prettier --write src",
|
|
"test": "tsc && ava",
|
|
"coverage": "tsc && nyc ava",
|
|
"clean": "rimraf dist lib tsconfig.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"AUTHORS",
|
|
"README",
|
|
"COPYING",
|
|
"bin/",
|
|
"dist/",
|
|
"src/",
|
|
"lib/"
|
|
],
|
|
"main": "./dist/taler-wallet-core.js",
|
|
"browser": {
|
|
"./dist/taler-wallet-core.js": "./dist/taler-wallet-core.browser.js",
|
|
"./lib/index.node.js": "./lib/index.browser.js"
|
|
},
|
|
"module": "./lib/index.node.js",
|
|
"type": "module",
|
|
"types": "./lib/index.node.d.ts",
|
|
"devDependencies": {
|
|
"@ava/typescript": "^1.1.1",
|
|
"@gnu-taler/pogen": "workspace:*",
|
|
"@microsoft/api-extractor": "^7.13.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
|
"@typescript-eslint/parser": "^4.14.0",
|
|
"ava": "^3.15.0",
|
|
"eslint": "^7.18.0",
|
|
"eslint-config-airbnb-typescript": "^12.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"jed": "^1.1.1",
|
|
"nyc": "^15.1.0",
|
|
"po2json": "^0.4.5",
|
|
"prettier": "^2.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.38",
|
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
"source-map-resolve": "^0.6.0",
|
|
"typedoc": "^0.20.16",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@gnu-taler/idb-bridge": "workspace:*",
|
|
"@gnu-taler/taler-util": "workspace:*",
|
|
"@types/node": "^14.14.22",
|
|
"axios": "^0.21.1",
|
|
"big-integer": "^1.6.48",
|
|
"fflate": "^0.6.0",
|
|
"source-map-support": "^0.5.19",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"lib/**/*test.*"
|
|
]
|
|
}
|
|
}
|