UNPKG

2.32 kBJSONView Raw
1{
2 "name": "dbb-client-js",
3 "version": "0.0.27-6",
4 "license": "MIT",
5 "keywords": [
6 "DBB",
7 "Aergo"
8 ],
9 "author": "Wanhee Lee",
10 "scripts": {
11 "type-check": "tsc --noEmit",
12 "type-check:watch": "npm run type-check -- --watch",
13 "build": "npm run build:types && npm run build:js",
14 "build:types": "tsc --outDir dist -d",
15 "build:js": "webpack --mode=production",
16 "test": "jest --config jestconfig.json",
17 "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
18 "lint": "tslint -p tsconfig.json",
19 "prepare": "npm run build",
20 "prepublishOnly": "npm test && npm run lint",
21 "preversion": "npm run lint",
22 "version": "npm run format && git add -A src",
23 "postversion": "git push && git push --tags",
24 "postinstall": "node ./remove-bitcore-lib.js"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://bitbucket.org/whlee21/dbb-client-js.git"
29 },
30 "main": "dist/DbbClient.js",
31 "types": "dist/DbbClient.d.ts",
32 "files": [
33 "dist/DbbClient.js",
34 "dist/DbbClient.js.map",
35 "remove-bitcore-lib.js"
36 ],
37 "dependencies": {
38 "@types/lodash": "^4.14.118",
39 "ajv": "^6.6.1",
40 "bitcore-ecies": "^1.0.3",
41 "bitcore-lib": "^0.16.0",
42 "bitcore-message": "^1.0.4",
43 "bitcore-mnemonic": "^1.7.0",
44 "crypto-js": "^3.1.9-1",
45 "eth-sig-util": "^2.1.0",
46 "node-fetch": "^2.3.0",
47 "rxjs": "^6.3.3",
48 "xmlhttprequest-ts": "^1.0.1"
49 },
50 "devDependencies": {
51 "@babel/cli": "^7.1.5",
52 "@babel/core": "^7.2.0",
53 "@babel/plugin-proposal-class-properties": "^7.1.0",
54 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
55 "@babel/preset-env": "^7.1.6",
56 "@babel/preset-typescript": "^7.1.0",
57 "@types/jest": "^23.3.10",
58 "@types/node": "^10.12.12",
59 "babel-loader": "^8.0.4",
60 "jest": "^23.6.0",
61 "prettier": "^1.15.3",
62 "ts-jest": "^23.10.5",
63 "ts-loader": "^5.3.1",
64 "ts-node": "^7.0.1",
65 "tslint": "^5.11.0",
66 "tslint-config-prettier": "^1.17.0",
67 "typescript": "^3.2.1",
68 "webpack": "^4.26.1",
69 "webpack-cli": "^3.1.2"
70 }
71}
\No newline at end of file