-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "google-font-to-svg-path",
"version": "1.0.0",
"description": "Create an SVG path from a Google font",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "astro dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danmarshall/google-font-to-svg-path.git"
},
"keywords": [
"google",
"fonts",
"svg"
],
"author": "Dan Marshall",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmarshall/google-font-to-svg-path/issues"
},
"homepage": "https://github.com/danmarshall/google-font-to-svg-path#readme",
"dependencies": {
"@astrojs/react": "^4.4.2",
"@danmarshall/tool-style": "github:danmarshall/tool-style#main",
"@types/google.fonts": "^1.0.1",
"astro": "^5.16.11",
"lucide-react": "^0.562.0",
"makerjs": "^0.19.2",
"opentype.js": "^0.7.3",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"http-server": "^14.1.1",
"typescript": "^5.1.6"
}
}