-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 832 Bytes
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
{
"name": "ogis",
"version": "1.0.0",
"private": true,
"description": "OGIS - OpenGraph Image Service monorepo",
"workspaces": [
"packages/*",
"web",
"docs"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"dev:service": "cargo run",
"dev:web": "npm run dev -w web",
"dev:client": "npm run dev -w @twangodev/ogis",
"preview:web": "npm run preview -w web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twangodev/ogis.git"
},
"keywords": [
"opengraph",
"og-image",
"image-generation",
"rust",
"typescript"
],
"author": "twangodev",
"license": "MIT",
"bugs": {
"url": "https://github.com/twangodev/ogis/issues"
},
"homepage": "https://github.com/twangodev/ogis#readme"
}