server-monitor-xp/package.json
2019-09-02 18:47:49 +08:00

57 lines
1.9 KiB
JSON

{
"name": "server-monitor-xp",
"version": "0.1.2",
"description": "Server monitor for windows xp.",
"main": "dist/app.js",
"scripts": {
"dev": "cross-env HOST=0.0.0.0 PORT=65534 nodemon src/dev.js",
"build": "babel src -d dist",
"start": "cross-env NODE_ENV=production HOST=0.0.0.0 PORT=65522 node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yi-ge/server-monitor-xp.git"
},
"keywords": [
"server",
"monitor"
],
"author": "yi-ge <a@wyr.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yi-ge/server-monitor-xp/issues"
},
"homepage": "https://github.com/yi-ge/server-monitor-xp#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"axios": "^0.19.0",
"cross-env": "^5.2.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"nodemon": "^1.19.1"
},
"nodemonConfig": {
"ignore": [
".git",
"node_modules/**/node_modules"
],
"delay": "2500",
"env": {
"NODE_ENV": "development",
"AGENT_VERSION": "0.0.1",
"AGENT_PORT": "60000",
"API_URL": "https://server-0.sercretcore.cn/api/",
"API_KEY": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxEUN1DZZ/XU2J6+3EoCX\n6ZQExSyGrJlmcq2s4sxAqThJVGAv4BYqCQjnigUGaLF4+2khGHVXrx4LhwnW54iq\nV3V3Xq59H0Cj3oGGWgKxSOM62xxfizmc1Og/6uAwZTAX4oCsgx5SMaFQbAU5ensM\nVEX9CetXSGhc1bbS23kEHAkjJ0NryRl7DR/ilFKO5pAjTGEzP4aTkF/D3Eu3z15U\nwdkf2WisEsANVTEnNHu2qvdiXGzRSLNF4mVFNO3AsgfnbgXzlN0feQ1HbH+J7Ue5\neHleCGhfS/PGFP3lQ4sA0hB4B/5eZ6ROo8YEuQiNTz+UMFteeGymTgFu2sOwLE10\nwQIDAQAB\n-----END PUBLIC KEY-----",
"AGENT_WORK_PATH": "C:\\WINDOWS\\dc-agent"
},
"ext": "js,json"
},
"engines": {
"node": ">= 5.12.0"
}
}