-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "truss",
"version": "1.136.0",
"license": "ISC",
"scripts": {
"build": "ttsc --build",
"test": "yarn workspaces foreach run test",
"semantic-release": "semantic-release",
"codegen": "yarn workspaces foreach run codegen"
},
"workspaces": [
"packages/truss",
"packages/template-tachyons",
"packages/testing-tachyons",
"packages/testing-tachyons-rn",
"packages/testing-tachyons-emotion",
"packages/testing-tachyons-fela",
"packages/testing-tachyons-mui"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/node": "~20.8.8",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"ts-node": "^10.9.1",
"ttypescript": "^1.5.15",
"typescript": "^4.8.4",
"typescript-transform-paths": "^3.4.4"
},
"packageManager": "yarn@3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/homebound-team/truss"
}
}