UNPKG

@jcamacaro96/utils

Version:
76 lines (75 loc) 1.57 kB
{ "name": "@jcamacaro96/utils", "version": "0.4.11", "description": "QR Commerce utils", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "author": { "name": "Jesus Camacaro", "email": "jesus.alejandr@gmail.com" }, "license": "MIT", "scripts": { "audit": "npm audit", "dev": "ts-node-dev src/app.example", "lint": "ts-standard", "prestart": "rm dist/ -r && npm run build", "start": "node dist/index.js", "build": "tsc", "deploy": "rm dist/ -r && npm run build && npm publish --access public" }, "pre-commit": [ "lint", "audit", "test" ], "devDependencies": { "@types/debug": "4.1.6", "@types/express": "4.17.13", "pre-commit": "1.2.2", "ts-node-dev": "1.1.8", "ts-standard": "10.0.0", "typescript": "4.3.5" }, "engines": { "node": ">=10.9.0", "npm": ">=6.13.0", "yarn": ">=1.20.0" }, "contributors": [ "Jesus Camacaro <jesus.alejandr@gmail.com>" ], "repository": { "type": "GIT", "url": "git@github.com:Camacaro/qr-commerce-utils.git" }, "bugs": { "email": "jesus.alejandr@gmail.com" }, "dependencies": { "debug": "4.3.2", "express": "4.17.1", "moment": "2.27.0", "winston": "3.3.3" }, "eslintConfig": { "rules": {}, "parserOptions": { "project": "./tsconfig.json" }, "extends": [ "./node_modules/ts-standard/eslintrc.json" ] }, "keywords": [ "pintlog", "log", "express", "utils", "Jesus", "Camacaro" ] }