-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.45 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
{
"name": "decentral-ninja",
"version": "0.0.1",
"description": "The future of WEB3.0 comes with CRDTs. The decentral ninja helps the peasant to navigate around the pitfalls of central services. The hidden aspect of our ninja is to navigate anonymously. The weapons are CRDTs, Websocket, WebRTC, IPFS, etc. Always, 100% open source!",
"main": "./index.html",
"repository": "https://github.com/decentral-ninja/website.git",
"scripts": {
"fix": "standard --fix",
"serve": "live-server --port=4200 --host=localhost",
"websocket": "PORT=1234 node ./src/es/event-driven-web-components-yjs/servers/y-websocket/bin/server.js"
},
"author": "[email protected]",
"license": "GPLv3",
"devDependencies": {
"live-server": "*",
"standard": "*"
},
"standard": {
"ignore": [
"prism.*",
"vosk.*",
"recognizer-processor.*",
"rollup.*",
"./src/es/event-driven-web-components-yjs/servers/*",
"./src/es/event-driven-web-components-yjs/src/fingerprint/*",
"./src/es/event-driven-web-components-yjs/src/y-indexeddb/*",
"./src/es/event-driven-web-components-yjs/src/y-p2pt/*",
"./src/es/event-driven-web-components-yjs/src/y-webrtc/*",
"./src/es/event-driven-web-components-yjs/src/y-websocket/*",
"./src/es/event-driven-web-components-yjs/src/yjs/*",
"./src/es/event-driven-web-components-yjs/src/es/dependencies/*",
"y-*",
"yjs.*",
"web-components-toolbox"
]
}
}