-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "@anastasia-labs/smart-handles-offchain",
"version": "0.3.5",
"description": "https://docs.github.com/en/packages/quickstart",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --minify --format esm,cjs --dts --clean",
"lint": "eslint",
"repack": "pnpm run build && pnpm pack",
"ts-node": "ts-node",
"test": "vitest run"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@sinclair/typebox": "^0.32.15",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^2.0.5"
},
"dependencies": {
"@lucid-evolution/lucid": "^0.4.16",
"lucid-cardano": "^0.10.9"
},
"packageManager": "[email protected]+sha1.b198ac6d38244fd829253720f9daafd6a606834d"
}