-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hivesigner",
"version": "3.3.2",
"description": "Hivesigner SDK",
"main": "./lib/index",
"types": "./lib/index",
"scripts": {
"build": "rimraf lib && webpack && rollup -c rollup.config.js && tsc --emitDeclarationOnly",
"test": "npx jest",
"lint": "eslint ./src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecency/hivesigner-sdk.git"
},
"author": "Ecency <hello@ecency.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecency/hivesigner-sdk/issues"
},
"homepage": "https://github.com/ecency/hivesigner-sdk#readme",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@hiveio/dhive": "^1.2.6",
"@types/bytebuffer": "^5.0.42",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"eslint": "^7.20.0",
"jest": "^26.6.3",
"rollup": "^2.40.0",
"rollup-plugin-typescript": "^1.0.1",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.5",
"webpack": "^4.13.0",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"@babel/runtime": "^7.13.9",
"cross-fetch": "^3.0.6",
"hive-uri": "^0.2.4"
}
}