forked from hashlips-lab/hashlips-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 840 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": "@hashlips-lab/hashlips-lab",
"version": "0.0.0",
"contributors": [
"Daniel Eugene Botha <hashlipsnft@gmail.com> <https://hashlips.online>",
"Marco Lipparini <developer@liarco.net> <https://www.liarco.net>"
],
"repository": {
"type": "git",
"url": "https://github.com/hashlips-lab/hashlips-lab.git"
},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"test": "turbo run test --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "latest",
"turbo": "latest"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {},
"packageManager": "yarn@1.22.19"
}