-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "sketch-to-swiftui",
"version": "0.11.0",
"engines": {
"node": "18.17.0"
},
"description": "",
"bin": "./bin/cli.js",
"main": "sketchToSwiftUI.js",
"type": "module",
"scripts": {
"convert": "./bin/cli.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": "github:design-ops/sketch-to-swiftUI",
"author": "Design Operations Collective",
"license": "MIT",
"bugs": {
"url": "https://github.com/design-ops/sketch-to-swiftUI/issues"
},
"homepage": "https://github.com/design-ops/sketch-to-swiftUI#readme",
"dependencies": {
"camelcase": "^7.0.1",
"canvas": "^2.11.2",
"decompress": "^4.2.1",
"fontkit": "^2.0.2",
"handlebars": "^4.7.7",
"jsdom": "^22.0.0",
"pdfkit": "^0.13.0",
"sharp": "^0.32.6",
"sketch-constructor": "^1.26.0",
"sketch-to-svg": "^1.2.0",
"svg-to-pdfkit": "^0.1.8",
"system-commands": "^1.1.7",
"yargs": "^17.7.2"
},
"devDependencies": {
"jest": "^29.5.0"
}
}