-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 1.07 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
{
"name": "dashplatform",
"version": "0.1.0",
"description": "A lightweight library Dash Platform identities, data contracts, and documents",
"main": "dashplatform.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jshint": "npx -p jshint@2.x -- jshint -c ./.jshintrc ./*.js",
"lint": "npm run jshint && npm run tsc",
"prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md}'",
"fmt": "npm run prettier",
"bump": "npm version -m \"chore(release): bump to v%s\"",
"tsc": "npx -p typescript@5.x -- tsc -p ./jsconfig.json",
"reexport-types": "npx -p jswt@1.x -- reexport",
"prepublish": "npm run reexport-types"
},
"keywords": [],
"author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@dashevo/dapi-grpc": "^1.1.1",
"@dashevo/wasm-dpp": "^1.1.1",
"@dashincubator/secp256k1": "^1.7.1-5",
"cbor-web": "^9.0.2",
"dashhd": "^3.3.3",
"dashkeys": "^1.1.5",
"dashphrase": "^1.4.0",
"dashtx": "^0.20.1"
}
}