-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.14 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
39
40
{
"name": "@smontero/smartvaults-js-client",
"version": "0.0.65",
"description": "SmartVaults javascript client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"clean-build": "rm -rf dist && npm run build",
"lint": "tslint -c tslint.json -p tsconfig.json",
"prepare": "npm run clean-build",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@peculiar/webcrypto": "^1.4.3",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"await-sleep": "^0.0.1",
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock-extended": "^3.0.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"websocket-polyfill": "^0.0.3"
},
"dependencies": {
"@smontero/nostr-ual": "^0.0.6",
"nostr-tools": "^1.12.0"
}
}