@thiagoveras/toolbelt-api-test
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@thiagoveras/toolbelt-api-test", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "tsc && node src/index.js" | ||
"format": "prettier --config ./.prettierrc --write \"**/*.{ts,js,json}\"", | ||
"lint": "eslint ./src --cache --ext .ts --config .eslintrc", | ||
"format-lint": "yarn format && yarn lint", | ||
"watch": "yarn build-clean && yarn nodemon", | ||
"build-clean": "rm -rf build", | ||
"build-incremental": "tsc --incremental", | ||
"build": "yarn build-clean && tsc", | ||
"test": "jest", | ||
"ci:test": "yarn test --ci", | ||
"ci:prettier-check": "prettier --check --config ./.prettierrc \"**/*.{ts,js,json}\"", | ||
"dev-link": "yarn build && bash scripts/dev-link.sh" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"tslint": "^6.1.2", | ||
"typescript": "^3.9.5" | ||
"files": [ | ||
"build" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/jest": "^25.1.4", | ||
"@types/node": "^12.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-vtex": "^12.3.0", | ||
"jest": "^25.1.0", | ||
"nodemon": "^2.0.2", | ||
"nodemon-notifier-cli": "https://github.com/Slessi/nodemon-notifier-cli.git", | ||
"prettier": "^2.0.1", | ||
"ts-jest": "^25.2.1", | ||
"typescript": "^3.8.2" | ||
} | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
1
1545
10
3
1
17
- Removedtslint@^6.1.2
- Removedtypescript@^3.9.5
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedargparse@1.0.10(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbuiltin-modules@1.1.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcommander@2.20.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddiff@4.0.2(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedglob@7.2.3(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedresolve@1.22.10(transitive)
- Removedsemver@5.7.2(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtslib@1.14.1(transitive)
- Removedtslint@6.1.3(transitive)
- Removedtsutils@2.29.0(transitive)
- Removedtypescript@3.9.10(transitive)
- Removedwrappy@1.0.2(transitive)