|
| 1 | +{ |
| 2 | + "name": "@thanpolas/awesome", |
| 3 | + "version": "0.0.0", |
| 4 | + "main": "./app/", |
| 5 | + "description": "Awesome Lib", |
| 6 | + "homepage": "https://github.com/thanpolas/awesome", |
| 7 | + "bugs": "https://github.com/thanpolas/awesome/issues", |
| 8 | + "author": { |
| 9 | + "name": "Thanos Polychronakis", |
| 10 | + "email": "thanpolas@gmail.com" |
| 11 | + }, |
| 12 | + "contributors": [ |
| 13 | + "" |
| 14 | + ], |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/thanpolas/awesome" |
| 18 | + }, |
| 19 | + "license": "ISC", |
| 20 | + "engines": { |
| 21 | + "node": "14.15.5" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "test": "eslint app test && jest", |
| 25 | + "release": "release-it --ci", |
| 26 | + "release:minor": "release-it minor --ci", |
| 27 | + "release:major": "release-it major --ci", |
| 28 | + "eslint": "eslint app test" |
| 29 | + }, |
| 30 | + "jest": { |
| 31 | + "coverageReporters": [ |
| 32 | + "html", |
| 33 | + "text-summary" |
| 34 | + ], |
| 35 | + "roots": [ |
| 36 | + "./test/app", |
| 37 | + "./test/unit" |
| 38 | + ], |
| 39 | + "testEnvironment": "node", |
| 40 | + "setupFilesAfterEnv": [ |
| 41 | + "jest-extended" |
| 42 | + ], |
| 43 | + "globalSetup": "./test/lib/global-setup.test.js", |
| 44 | + "testTimeout": 10000 |
| 45 | + }, |
| 46 | + "dependencies": {}, |
| 47 | + "devDependencies": { |
| 48 | + "@types/jest": "26.0.24", |
| 49 | + "eslint": "7.31.0", |
| 50 | + "eslint-config-airbnb-base": "14.2.1", |
| 51 | + "eslint-config-prettier": "8.3.0", |
| 52 | + "eslint-plugin-import": "2.23.4", |
| 53 | + "eslint-plugin-jest": "24.3.6", |
| 54 | + "eslint-plugin-jsdoc": "35.4.5", |
| 55 | + "eslint-plugin-prettier": "3.4.0", |
| 56 | + "eslint-plugin-security": "1.4.0", |
| 57 | + "expect": "27.0.6", |
| 58 | + "jest": "27.0.6", |
| 59 | + "jest-extended": "0.11.5", |
| 60 | + "jest-junit": "12.2.0", |
| 61 | + "release-it": "14.10.0", |
| 62 | + "prettier": "2.3.2" |
| 63 | + } |
| 64 | +} |
0 commit comments