forked from delphi-labs/shuttle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 834 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
{
"name": "shuttle",
"version": "3.28.0",
"description": "Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps.",
"keywords": [
"dapp",
"blockchain",
"wallets",
"cosmos-sdk",
"cosmos",
"typescript",
"react"
],
"author": "Delphi Labs (delphi-labs)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/delphi-labs/shuttle.git"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"turbo": "^1.10.16"
},
"packageManager": "[email protected]"
}