first
parents
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "idrac-xml-replacer", | |||
| "version": "1.0.0", | |||
| "description": "Replace iDRAC address", | |||
| "main": "server.js", | |||
| "dependencies": { | |||
| "@types/express": "^4.17.6", | |||
| "@types/express-http-proxy": "^1.6.1", | |||
| "@types/iconv-lite": "0.0.1", | |||
| "@types/node": "^14.0.14", | |||
| "@types/xml2js": "^0.4.5", | |||
| "express": "^4.17.1", | |||
| "express-http-proxy": "^1.6.0", | |||
| "iconv-lite": "^0.6.1", | |||
| "typescript": "^3.9.5", | |||
| "xml2js": "^0.4.23" | |||
| }, | |||
| "devDependencies": {}, | |||
| "scripts": { | |||
| "build": "./node_modules/.bin/tsc", | |||
| "start": "node server.js" | |||
| }, | |||
| "author": "Nanahira", | |||
| "license": "ISC" | |||
| } |
server.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment