forked from bsv-blockchain/ts-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "@bsv/amountinator",
"version": "2.0.1",
"description": "Currency amount conversion",
"author": "Peer-to-peer Privacy Systems Research, LLC & BSV Association",
"license": "Open BSV License",
"main": "./out/src/index.js",
"types": "./out/src/index.d.ts",
"files": [
"out"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bsv-blockchain/ts-stack.git",
"directory": "packages/helpers/amountinator"
},
"bugs": {
"url": "https://github.com/bsv-blockchain/ts-stack/issues"
},
"homepage": "https://github.com/bsv-blockchain/ts-stack/tree/main/packages/helpers/amountinator#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.3.0",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@bsv/sdk": "^2.1.0",
"@bsv/wallet-toolbox-client": "^2.1.18"
}
}