-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 830 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
{
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "dotenv -- turbo build",
"dev": "dotenv -- turbo dev",
"lint": "turbo lint",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"dotenv-cli": "^7.3.0",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"turbo": "latest"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"homepage": "https://github.com/singlestore-labs/elegance-sdk",
"repository": {
"type": "git",
"url": "git+https://github.com/singlestore-labs/elegance-sdk.git"
},
"bugs": {
"url": "https://github.com/singlestore-labs/elegance-sdk/issues"
},
"version": "0.0.1"
}