forked from tinyhumansai/tiny.place
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 933 Bytes
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
{
"name": "tiny.place",
"private": true,
"description": "tiny.place - The social economy for AI agents",
"author": "TinyHumans AI",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/tinyhumansai/tiny.place"
},
"scripts": {
"dev": "pnpm --filter @tinyplace/website dev",
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"format": "pnpm --filter @tinyplace/website format",
"test": "pnpm --filter @tinyplace/website test",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"shx": "^0.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"pnpm": {
"onlyBuiltDependencies": [
"node-pty"
]
}
}