aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-14 18:25:30 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-14 18:25:30 +0200
commit949aa321aba733a9f345bc229040464a8520cdd8 (patch)
tree8edbc349436574a26228ff78e8a1ce9760009f79 /package.json
parent67cac128be69665783d7060f5184b5f62df30aef (diff)
downloadwallet-core-949aa321aba733a9f345bc229040464a8520cdd8.tar.xz
prepare for npm publish
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 4 insertions, 14 deletions
diff --git a/package.json b/package.json
index ae5e9452d..33194f892 100644
--- a/package.json
+++ b/package.json
@@ -1,26 +1,14 @@
{
"name": "taler-wallet",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "",
"main": "wxwallet.js",
- "scripts": {
- "test": "mocha --delay",
- "test-cover": "istanbul cover -x libwrapper.js _mocha -- --delay"
- },
"repository": {
"type": "git",
"url": "git://git.taler.net/wallet.git"
},
- "author": "",
+ "author": "Florian Dold",
"license": "GPL-3.0",
- "nyc": {
- "exclude": [
- "emscripten"
- ],
- "include": [
- "build/src/**/*.js"
- ]
- },
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^16.4.0",
@@ -42,6 +30,7 @@
"pogen": "^0.0.5",
"react": "^16.8.5",
"react-dom": "^16.8.5",
+ "rollup": "^1.19.4",
"structured-clone": "^0.2.2",
"terser-webpack-plugin": "^1.2.3",
"through2": "2.0.1",
@@ -60,6 +49,7 @@
"dependencies": {
"axios": "^0.19.0",
"commander": "^2.20.0",
+ "idb-bridge": "^0.0.1",
"source-map-support": "^0.5.12"
}
}