remake
Showing
.dockerignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
.prettierrc
0 → 100644
LICENSE
0 → 100644
install-npm.sh
0 → 100755
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -2,14 +2,23 @@ |
| "name": "mycard-console-lazy", | ||
| "version": "0.0.1", | ||
| "dependencies": { | ||
| "@types/mustache": "^0.8.29", | ||
| "@types/node": "0.0.2", | ||
| "mustache": "^2.3.0" | ||
| "lodash": "^4.17.21", | ||
| "mustache": "^4.2.0" | ||
| }, | ||
| "scripts": { | ||
| "start": "tsc && node main.js" | ||
| "build": "tsc", | ||
| "start": "node build/main.js" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^2.1.4" | ||
| "@types/lodash": "^4.14.172", | ||
| "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.4.13", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.0", | ||
| "@typescript-eslint/parser": "^4.29.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "prettier": "^2.3.2", | ||
| "typescript": "^4.3.5" | ||
| } | ||
| } |
Please register or sign in to comment