awesome-rtk
Version:
Awesome Raphael's Tool kit
72 lines (71 loc) • 2.1 kB
JSON
{
"name": "awesome-rtk",
"description": "Awesome Raphael's Tool kit",
"version": "2.1.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/raphaelcdsouza/rtk.git"
},
"bugs": {
"url": "https://github.com/raphaelcdsouza/rtk/issues"
},
"homepage": "https://github.com/raphaelcdsouza/rtk/issues#readme",
"author": "Raphael Cássio de Souza <rapha.cassio@gmail.com>",
"keywords": [
"rtk",
"raphael",
"toolkit",
"typescript",
"javascript"
],
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.750.0",
"@aws-sdk/client-s3": "^3.750.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"@types/pg": "^8.11.11",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"axios": "^1.7.9",
"eslint": "^8.23.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"mysql2": "^3.12.0",
"nodemon": "^3.1.9",
"pg": "^8.13.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"scripts": {
"install:deps": "npm ci",
"build": "rm -rf ./lib && tsc -p tsconfig-build.json",
"lint": "eslint .",
"test": "jest --passWithNoTests --no-cache --runInBand",
"test:watch": "npm test -- --watch",
"test:coverage": "npm test -- --coverage",
"prepare": "npm run build",
"preplubishOnly": "npm run test && npm run lint",
"preversion": "npm run lint",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"pub:patch": "npm version patch && npm publish",
"pub:minor": "npm version minor && npm publish",
"pub:major": "npm version major && npm publish"
},
"peerDependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.750.0",
"@aws-sdk/client-s3": "^3.750.0",
"axios": "^1.7.9",
"mysql2": "^3.12.0",
"pg": "^8.13.3"
},
"files": [
"lib/**/*"
]
}