|
| 1 | +{ |
| 2 | + "name": "typescript-transform-unspec", |
| 3 | + "version": "0.0.0-dev", |
| 4 | + "license": "MIT", |
| 5 | + "description": "Typescript transform plugin", |
| 6 | + "main": "index.js", |
| 7 | + "typings": "index.d.ts", |
| 8 | + "author": "2019", |
| 9 | + "keywords": [], |
| 10 | + "engines": { |
| 11 | + "node": ">=8" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git" |
| 15 | + }, |
| 16 | + "scripts": { |
| 17 | + "test": "npm run eslint && npm run tscheck && npm run test:cov && npm run typecov", |
| 18 | + "test:r": "jest --runInBand --verbose", |
| 19 | + "test:w": "jest --runInBand --watch", |
| 20 | + "test:cov": "npm run test:r -- --collectCoverage", |
| 21 | + "test:d": "node --inspect-brk node_modules/jest/bin/jest.js --runInBand --testMatch \"<rootDir>/src/**/*.spec.ts\"", |
| 22 | + "typecov": "type-coverage --detail", |
| 23 | + "tscheck": "echo tscheck... && tsc --noEmit", |
| 24 | + "tscheck:w": "npm run tscheck -- --watch", |
| 25 | + "tsclint": "tsc --noEmit --strict --forceConsistentCasingInFileNames --noImplicitReturns --noImplicitThis --noUnusedLocals --noUnusedParameters", |
| 26 | + "tsclint:w": "npm run tsclint -- --watch", |
| 27 | + "eslint:w": "watchexec -w src \"npm run eslint\"", |
| 28 | + "eslint": "eslint src --ext ts", |
| 29 | + "eslint:fix": "eslint src --ext ts --fix", |
| 30 | + "tslint:fix": "tslint -p tsconfig.json --fix", |
| 31 | + "lint:w": "run-p tsclint:w eslint:w", |
| 32 | + "semantic-release": "semantic-release", |
| 33 | + "prepublishOnly": "sed -i -e 's/devDependencies/_devDependencies/g' package.json", |
| 34 | + "copySource": "cp -rv src dist && find dist/src -name '*.spec.ts' | xargs rm -f", |
| 35 | + "build": "sh Taskfile build", |
| 36 | + "remark": "sh Taskfile remark_run", |
| 37 | + "remark:update": "sh Taskfile remark_run --output", |
| 38 | + "setupfrontend": "npm i -D ng-packagr @angular/core @angular/compiler-cli @angular/compiler tsickle", |
| 39 | + "setupwebpack": "npm i -D webpack webpack-cli webpack-dev-server html-webpack-plugin source-map-loader ts-loader html-loader swc-loader @swc/core", |
| 40 | + "commit": "git-cz" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@semantic-release/changelog": "^3.0.2", |
| 44 | + "@semantic-release/commit-analyzer": "^7.0.0-beta.2", |
| 45 | + "@semantic-release/git": "^7.1.0-beta.3", |
| 46 | + "@semantic-release/github": "^5.4.0-beta.1", |
| 47 | + "@semantic-release/npm": "^5.2.0-beta.6", |
| 48 | + "@semantic-release/release-notes-generator": "^7.1.7", |
| 49 | + "@types/node": "^12.0.2", |
| 50 | + "@types/jest": "^24.0.13", |
| 51 | + "@typescript-eslint/eslint-plugin-tslint": "^1.9.0", |
| 52 | + "@typescript-eslint/parser": "^1.9.0", |
| 53 | + "eslint": "^5.16.0", |
| 54 | + "eslint-import-resolver-node": "^0.3.2", |
| 55 | + "eslint-plugin-import": "^2.17.3", |
| 56 | + "eslint-plugin-jest": "^22.6.4", |
| 57 | + "eslint-plugin-only-warn": "^1.0.1", |
| 58 | + "eslint-plugin-unicorn": "^8.0.2", |
| 59 | + "eslint-plugin-wix-editor": "^2.0.0", |
| 60 | + "jest": "^24.8.0", |
| 61 | + "npm-run-all": "^4.1.5", |
| 62 | + "remark": "^10.0.1", |
| 63 | + "remark-cli": "^6.0.1", |
| 64 | + "remark-license": "^5.0.1", |
| 65 | + "remark-toc": "^5.1.1", |
| 66 | + "semantic-release": "^16.0.0-beta.19", |
| 67 | + "simplytyped": "^3.1.0", |
| 68 | + "ts-jest": "^24.0.2", |
| 69 | + "tslint": "^5.16.0", |
| 70 | + "tslint-clean-code": "^0.2.9", |
| 71 | + "tslint-microsoft-contrib": "^6.2.0", |
| 72 | + "tslint-sonarts": "^1.9.0", |
| 73 | + "type-coverage": "^2.0.2", |
| 74 | + "typescript": "~3.4.5", |
| 75 | + "watchexec-bin": "^1.0.0" |
| 76 | + }, |
| 77 | + "config": { |
| 78 | + "commitizen": { |
| 79 | + "path": "cz-conventional-changelog" |
| 80 | + } |
| 81 | + } |
| 82 | +} |
0 commit comments