This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "sockets.sh",
"version": "0.1.1",
"private": true,
"description": "the sockets.sh website.",
"scripts": {
"lint": "standard",
"test": "npm run lint",
"build": "npm update && ./bin/build.js --out ./build",
"build+deploy": "npm install && npm run build"
},
"type": "module",
"dependencies": {
"@socketsupply/components": "^13.2.0",
"@socketsupply/tonic": "14.1.0",
"debug": "^4.3.1",
"uuid": "3.4.0"
},
"devDependencies": {
"@pre-bundled/send": "^0.16.2-patch-1",
"@socketsupply/socket": "^0.0.32",
"@types/node": "17.0.13",
"acorn-walk": "^8.2.0",
"esbuild": "^0.16.17",
"highlight.js": "^10.5.0",
"marked": "^4.0.10",
"minimist": "1.2.6",
"node-fetch": "2.6.7",
"standard": "^17.0.0",
"tonic-ssr": "1.2.1"
},
"standard": {
"ignore": [
"bin/build.js",
"bin/server.js",
"tests",
"src/**/*.d.ts",
"static/js/bundle.js"
]
},
"author": "socketsuply",
"bin": {},
"repository": {
"type": "git",
"url": "git+https://github.com/socketsuply/sockets.sh.git"
},
"bugs": {
"url": "https://github.com/socketsuply/sockets.sh/issues"
},
"homepage": "https://github.com/socketsuply/sockets.sh#readme",
"config": {
"title": "Socket Runtime",
"description": "Build Cross-Platform Desktop and Mobile Apps - Write Once, Run Anywhere, Connect Everyone!",
"siteName": "Socket Runtime",
"image": "https://sockets.sh/images/framework.svg",
"url": "https://sockets.sh"
},
"domain": "sockets.sh",
"skiplist": []
}