-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "bitahon-client",
"version": "1.0.0",
"description": "Bitahon Protocol Client",
"private": true,
"scripts": {
"build:all": "npm run build --ws",
"build:example": "cd example && npm run build",
"clean:all": "npm run clean --ws",
"bootstrap": "npm i && npm run build:all && cd example && npm i",
"example": "cd example && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fintoda/bitahon-client.git"
},
"author": "Fintoda Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/fintoda/bitahon-client/issues"
},
"homepage": "https://fintoda.github.io/bitahon-client",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.3",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.2.2",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}