-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
44
45
46
47
48
49
{
"author": {
"name": "npenin"
},
"bugs": {
"url": "https://github.com/domojs/chat/issues"
},
"dependencies": {
"snyk": "^1.126.0",
"sugar": "^2.0.6"
},
"peerDependencies": {
"@akala-modules/core": "^1.1.3",
"@akala/client": "^2.0.42",
"@akala/core": "^2.0.33",
"@akala/server": "^2.0.28",
"@domojs/theme-default": "^1.1.24"
},
"deprecated": false,
"description": "",
"devDependencies": {
"@akala-modules/core": "^1.1.3",
"@akala/client": "^2.0.71",
"@akala/server": "^2.1.12",
"@domojs/theme-default": "^1.1.24",
"@types/debug": "^4.1.0",
"@types/ws": "^6.0.1",
"popper.js": "^1.14.7"
},
"homepage": "https://github.com/domojs/chat#readme",
"license": "MIT",
"main": "dist/server/index.js",
"name": "@domojs/chat",
"repository": {
"type": "git",
"url": "git+https://github.com/domojs/chat.git"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"build:js": "tsc -p src",
"build:js:routes": "browserify -x @akala/client -x @akala/core dist/client/routes.js -o dist/routes.js",
"build:js:tile": "browserify -x @akala/client -x @akala/core -i @domojs/theme-default/dist/tile dist/client/tile.js -o dist/tile.js",
"prepublishOnly": "npm run build",
"build": "npm run build:js && npm run build:js:routes && npm run build:js:tile"
},
"typings": "dist/server/index.d.ts",
"version": "1.0.23",
"snyk": true
}