-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
40
41
42
{
"name": "tree-house",
"version": "1.7.0",
"author": "Shop Bonsai<[email protected]>",
"private": true,
"scripts": {
"lint": "lerna run lint --stream",
"build": "lerna run build --stream",
"test": "lerna run test --stream",
"clear": "find . -name node_modules | xargs rm -rf",
"versions:publish": "npx lerna publish from-package --yes --dist-tag latest",
"versions:bump": "lerna version --no-git-tag-version --include-merged-tags",
"git:clean": "git branch --merged | egrep -v \"(^\\*|master|staging|develop)\" | xargs git branch -d",
"git:clean-remote": "git remote prune origin"
},
"devDependencies": {
"lerna": "7.4.2",
"typescript": "5.2.2"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShopBonsai/tree-house.git"
},
"keywords": [
"NodeJS",
"Treehouse",
"API",
"Secure",
"Customisable"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ShopBonsai/tree-house/issues"
},
"homepage": "https://github.com/ShopBonsai/tree-house#readme",
"packageManager": "[email protected]"
}