This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 237
/
package.json
183 lines (183 loc) · 4.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "ethereumjs-tx",
"version": "2.1.2",
"description": "A simple module for creating, manipulating and signing Ethereum transactions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "ethereumjs-config-build",
"prepublishOnly": "npm run test && npm run build",
"coverage": "ethereumjs-config-coverage",
"coveralls": "ethereumjs-config-coveralls",
"docs:build": "typedoc --out docs --mode file --readme none --theme markdown --mdEngine github --excludeNotExported src",
"format": "ethereumjs-config-format",
"format:fix": "ethereumjs-config-format-fix",
"tslint": "ethereumjs-config-tslint",
"tslint:fix": "ethereumjs-config-tslint-fix",
"tsc": "ethereumjs-config-tsc",
"lint": "ethereumjs-config-lint",
"lint:fix": "ethereumjs-config-lint-fix",
"test": "npm run test:node",
"test:node": "ts-node node_modules/tape/bin/tape ./test/index.ts",
"test:browser:build": "tsc && cp ./test/*.json test-build/test/",
"test:browser": "npm run test:browser:build && karma start karma.conf.js"
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"keywords": [
"ethereum",
"transactions"
],
"author": "mjbecze <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"ethereumjs-common": "^1.5.0",
"ethereumjs-util": "^6.0.0"
},
"devDependencies": {
"@ethereumjs/config-nyc": "^1.1.1",
"@ethereumjs/config-prettier": "^1.1.1",
"@ethereumjs/config-tsc": "^1.1.1",
"@ethereumjs/config-tslint": "^1.1.1",
"@types/bn.js": "^4.11.5",
"@types/minimist": "^1.2.0",
"@types/node": "^11.13.4",
"@types/tape": "^4.2.33",
"browserify": "^16.2.3",
"contributor": "^0.1.25",
"coveralls": "^2.11.4",
"ethereumjs-testing": "git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.0",
"husky": "^2.1.0",
"istanbul": "^0.4.1",
"karma": "^4.1.0",
"karma-browserify": "^6.0.0",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^1.1.0",
"karma-tap": "^4.1.4",
"minimist": "^1.2.0",
"nyc": "^14.0.0",
"prettier": "^1.17.0",
"tape": "^4.0.3",
"ts-node": "^8.0.3",
"tslint": "^5.15.0",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.2.0",
"typescript": "^3.4.3",
"typestrict": "^1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereumjs/ethereumjs-tx.git"
},
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-tx/issues"
},
"homepage": "https://github.com/ethereumjs/ethereumjs-tx",
"contributors": [
{
"name": "<-c-g-> ",
"email": "[email protected]",
"url": "https://github.com/cgewecke",
"contributions": 1,
"additions": 3,
"deletions": 1,
"hireable": true
},
{
"name": "Kirill Fomichev",
"email": "[email protected]",
"url": "https://github.com/fanatid",
"contributions": 1,
"additions": 3,
"deletions": 2,
"hireable": true
},
{
"name": "Rick Behl",
"email": null,
"url": "https://github.com/Nexus7",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": null
},
{
"name": "Tim Coulter",
"email": "[email protected]",
"url": "https://github.com/tcoulter",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": null
},
{
"name": "kumavis",
"email": "[email protected]",
"url": "https://github.com/kumavis",
"contributions": 1,
"additions": 6,
"deletions": 6,
"hireable": true
},
{
"name": "Jack Peterson",
"email": "[email protected]",
"url": "https://github.com/tinybike",
"contributions": 2,
"additions": 1,
"deletions": 2,
"hireable": null
},
{
"name": "Nick Dodson",
"email": null,
"url": "https://github.com/SilentCicero",
"contributions": 2,
"additions": 29,
"deletions": 0,
"hireable": true
},
{
"name": null,
"email": null,
"url": "https://github.com/ckeenan",
"contributions": 2,
"additions": 4,
"deletions": 3,
"hireable": null
},
{
"name": "Alex Beregszaszi",
"email": "[email protected]",
"url": "https://github.com/axic",
"contributions": 22,
"additions": 27562,
"deletions": 42613,
"hireable": true
},
{
"name": null,
"email": null,
"url": "https://github.com/wanderer",
"contributions": 171,
"additions": 112706,
"deletions": 96355,
"hireable": null
},
{
"name": null,
"email": null,
"url": "https://github.com/kvhnuke",
"contributions": 7,
"additions": 268,
"deletions": 53,
"hireable": null
}
]
}