complete_auth_with_mongo_and_sql_support
Version:
��# / a u t h p a c k a g e
39 lines (38 loc) • 958 B
JSON
{
"name": "complete_auth_with_mongo_and_sql_support",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"prepare": "npm run build",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"keywords": [
"Auth",
"Npm",
"Complete"
],
"author": "Sanwal Mehmood",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.2.4",
"jest": "^29.3.1",
"prettier": "^2.8.0",
"ts-jest": "^29.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.3"
}
}