forked from FuelLabs/sway-applications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 815 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
{
"name": "sway-applications",
"version": "0.0.1",
"private": true,
"description": "Sway Applications",
"author": "Fuel Labs <[email protected]> (https://fuel.network/)",
"homepage": "https://github.com/FuelLabs/sway-applications",
"repository": {
"type": "git",
"url": "git+https://github.com/FuelLabs/sway-applications.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FuelLabs/sway-applications/issues"
},
"scripts": {
"build:website": "node ./scripts/build-website/index.mjs",
"build:preview": "turbo run build:preview",
"build:all": "turbo run build:all"
},
"dependencies": {
"execa": "^8.0.1"
},
"devDependencies": {
"@types/node": "^20.11.26",
"dotenv": "^16.4.5",
"turbo": "^1.12.5",
"typescript": "^5.2.2"
}
}