-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 936 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
34
35
{
"name": "@dscvr-one/dscvr-sdk",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "tsup",
"lint": "eslint 'src/**/*.{ts,js}'",
"format": "prettier --write 'src/**/*.{ts,js,json,md}'",
"type-check": "tsc --noEmit",
"prepare": "pnpm build",
"generate": "npx tsx ./src/generate.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.4.2",
"ts-morph": "^24.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"dependencies": {
"@dfinity/agent": "^2.1.3",
"@dfinity/candid": "^2.1.3",
"@dfinity/identity": "^2.1.3",
"@dfinity/identity-secp256k1": "^2.1.3",
"@dfinity/principal": "^2.1.3"
}
}