-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 KB
/
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
35
36
37
38
39
{
"name": "octolane-cap-monorepo",
"version": "1.0.0",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"script": "echo 'Run this script in apps/web'",
"docker:start": "docker-compose up -d",
"prepare": "husky install && chmod +x .husky/pre-push && chmod +x .husky/pre-commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octolane-org/cap.octolane.com.git"
},
"keywords": [
"Captable"
],
"author": "octolane-org",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/octolane-org/cap.octolane.com/issues"
},
"homepage": "https://github.com/octolane-org/cap.octolane.com#readme",
"devDependencies": {
"@types/hast": "^3.0.4",
"eslint": "9.8.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.5",
"turbo": "2.0.9"
},
"packageManager": "[email protected]",
"dependencies": {
"husky": "9.1.4"
}
}