Skip to content

Commit

Permalink
fix: add package current version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte committed Apr 22, 2023
1 parent fc354aa commit c74593c
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "track-correios",
"type": "module",
"version": "0.0.0-development",
"keywords": [
"correios",
"track",
"terminal"
],
"homepage": "https://github.com/mauriciomutte/track-correios",
"repository": "[email protected]:mauriciomutte/track-correios.git",
"license": "MIT",
"author": {
"name": "Maurício Mutte",
"email": "[email protected]"
},
"main": "dist/bin.js",
"bin": "dist/bin.js",
"scripts": {
"ts": "tsc -p tsconfig.json --noEmit",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
"start": "ts-node-esm --experimental-specifier-resolution=node src/bin.ts",
"test": "jest",
"semantic-release": "semantic-release"
},
"dependencies": {
"axios": "^1.3.5",
"chalk": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"semantic-release": "^21.0.1"
},
"preferGlobal": true
"name": "track-correios",
"type": "module",
"version": "1.0.4",
"keywords": [
"correios",
"track",
"terminal"
],
"homepage": "https://github.com/mauriciomutte/track-correios",
"repository": "[email protected]:mauriciomutte/track-correios.git",
"license": "MIT",
"author": {
"name": "Maurício Mutte",
"email": "[email protected]"
},
"main": "dist/bin.js",
"bin": "dist/bin.js",
"scripts": {
"ts": "tsc -p tsconfig.json --noEmit",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.json",
"start": "ts-node-esm --experimental-specifier-resolution=node src/bin.ts",
"test": "jest",
"semantic-release": "semantic-release"
},
"dependencies": {
"axios": "^1.3.5",
"chalk": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"semantic-release": "^21.0.1"
},
"preferGlobal": true
}

0 comments on commit c74593c

Please sign in to comment.