-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
44
45
46
47
48
49
50
{
"name": "@treble-app/cli",
"version": "1.4.0",
"description": "Figma-to-code CLI — plan, implement, compare",
"author": "treble.build",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/treble-app/cli.git"
},
"homepage": "https://treble.build",
"bugs": {
"url": "https://github.com/treble-app/cli/issues"
},
"keywords": [
"cli",
"figma",
"code-generation",
"design-to-code",
"treble"
],
"bin": {
"treble": "bin/treble"
},
"files": [
"bin",
"npm"
],
"scripts": {
"test": "cargo test"
},
"optionalDependencies": {
"@treble-app/cli-darwin-arm64": "1.4.0",
"@treble-app/cli-darwin-x64": "1.4.0",
"@treble-app/cli-linux-x64": "1.4.0",
"@treble-app/cli-linux-arm64": "1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^24.0.0"
},
"engines": {
"node": ">=18"
}
}