-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
43
{
"name": "truss",
"version": "1.137.5",
"license": "ISC",
"private": true,
"scripts": {
"build": "tspc --build",
"test": "yarn workspaces foreach --all run test",
"semantic-release": "semantic-release",
"codegen": "yarn workspaces foreach run codegen"
},
"workspaces": [
"packages/fast-css-prop",
"packages/truss",
"packages/template-tachyons",
"packages/testing-tachyons",
"packages/testing-tachyons-rn",
"packages/testing-tachyons-emotion",
"packages/testing-tachyons-mui",
"packages/app-tachyons-fela-prop"
],
"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.8.8",
"semantic-release": "^19.0.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"typescript": "^5.7.3",
"typescript-transform-paths": "^3.5.3"
},
"packageManager": "yarn@4.6.0",
"repository": {
"type": "git",
"url": "https://github.com/homebound-team/truss"
}
}