|
| 1 | +{ |
| 2 | + "name": "nodejs-type-script-clean-architect", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "nodemon --exec babel-node src" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git" |
| 11 | + }, |
| 12 | + "keywords": [ |
| 13 | + "clean architect", |
| 14 | + "typescript", |
| 15 | + "jsdoc", |
| 16 | + "babel" |
| 17 | + ], |
| 18 | + "author": "hocnguyen90", |
| 19 | + "license": "ISC", |
| 20 | + "homepage": "https://bitbucket.org/tnetproposals/proposal-api", |
| 21 | + "devDependencies": { |
| 22 | + "@babel/cli": "^7.6.3", |
| 23 | + "@babel/core": "^7.6.3", |
| 24 | + "@babel/node": "^7.6.3", |
| 25 | + "@babel/plugin-transform-async-to-generator": "^7.5.0", |
| 26 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 27 | + "@babel/preset-env": "^7.6.3", |
| 28 | + "babel-plugin-module-resolver": "^3.2.0", |
| 29 | + "cross-env": "^6.0.3", |
| 30 | + "eslint": "^6.5.1", |
| 31 | + "eslint-config-airbnb-base": "^14.0.0", |
| 32 | + "eslint-config-prettier": "^6.4.0", |
| 33 | + "eslint-plugin-import": "^2.18.2", |
| 34 | + "eslint-plugin-prettier": "^3.1.1", |
| 35 | + "husky": "^3.0.8", |
| 36 | + "lint-staged": "^9.4.2", |
| 37 | + "prettier": "^1.18.2", |
| 38 | + "tsc": "^1.20150623.0", |
| 39 | + "typescript": "^3.8.2", |
| 40 | + "webpack-node-externals": "^1.7.2" |
| 41 | + }, |
| 42 | + "dependencies": { |
| 43 | + "sequelize": "^5.21.5" |
| 44 | + }, |
| 45 | + "husky": { |
| 46 | + "hooks": { |
| 47 | + "pre-commit": "lint-staged" |
| 48 | + } |
| 49 | + }, |
| 50 | + "lint-staged": { |
| 51 | + "*.js": [ |
| 52 | + "eslint --fix", |
| 53 | + "git add" |
| 54 | + ] |
| 55 | + }, |
| 56 | + "config": { |
| 57 | + "skip_download": true |
| 58 | + } |
| 59 | +} |
0 commit comments