-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.62 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
{
"name": "services-cloudflare",
"version": "1.0.0",
"main": "build/index.js",
"scripts": {
"start": "node build/index.js",
"dev:win": "cls && npm run eslint && npm run dev",
"dev": "env-cmd .prod babel-node index.js",
"build": "babel index.js --out-file build/index.js",
"eslint": "eslint --ext .js --ignore-path .eslintignore ."
},
"author": "Kananek Thongkam",
"license": "MIT",
"description": "ระบบอัพเดต ip ให้กับ cloudflare โดยตรงหรือ จะให้ดึง ip แล้วส่งให้กับ `CUSTOM_URL` ก็ได้",
"dependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"consola": "^1.3.0",
"cron": "^1.3.0",
"moment": "^2.22.1",
"raven": "^2.6.0",
"request": "^2.85.0",
"request-promise": "^4.2.0",
"touno.io": "git+https://github.com/touno-project/module.core-systems.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"env-cmd": "^7.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/touno-project/services-cloudflare.git"
},
"bugs": {
"url": "https://github.com/touno-project/services-cloudflare/issues"
},
"homepage": "https://github.com/touno-project/services-cloudflare#readme"
}