-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 938 Bytes
/
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
{
"name": "@harmoniclabs/ouroboros-miniprotocols-ts",
"version": "0.0.5-dev3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --project ./tsconfig.json && tsc-alias -p ./tsconfig.json",
"start": "npm run build && node ./dist/index.js",
"test": "jest",
"ci": "npm run test && npm run build",
"pub": "npm run ci && npm pub"
},
"dependencies": {
"@harmoniclabs/cbor": "^1.6.5",
"@harmoniclabs/obj-utils": "^1.0.0",
"@harmoniclabs/uint8array-utils": "^1.0.3",
"@types/node": "^20.1.7"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"tsc-alias": "^1.8.7",
"typescript": "^5.1.6"
},
"author": "Harmonic Laboratories",
"license": "Apache-2.0",
"funding": "https://github.com/sponsors/HarmonicLabs"
}