-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
{
"name": "@domojs/cron",
"version": "1.0.14",
"description": "",
"main": "dist/server/index.js",
"types": "dist/server/index.d.ts",
"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"
},
"keywords": [],
"author": "npenin",
"license": "MIT",
"dependencies": {
"@akala/server": "^2.1.11",
"uuid": "^3.3.2"
},
"peerDependencies": {
"@domojs/lifttt": "^1.0.6"
},
"devDependencies": {
"@akala-modules/core": "^1.1.3",
"@akala/json-rpc-ws": "^7.0.1",
"@domojs/lifttt": "^1.0.38",
"@types/debug": "^4.1.0",
"@types/uuid": "^3.4.3"
}
}