-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 811 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 811 Bytes
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
{
"name": "@bitmatrix/bitcodec-bitcoin",
"version": "1.0.0",
"description": "bitcodec bitcoin",
"main": "index.js",
"scripts": {
"build": "npx webpack --mode production --config webpack.config.js",
"build-dev": "npx webpack --mode development --config webpack.config.js",
"test": "jest"
},
"dependencies": {
"@bitmatrix/bitcodec": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/ip": "^1.1.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.9.6",
"babel-jest": "^27.2.1",
"babel-loader": "^8.2.2",
"jest": "^27.2.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"license": "MIT"
}