curated-node
Version:
Not a framework. Not a module. Just a bunch of Node.js packages you most likely familiar with and probably already use, bundled together in a modular fashion.
60 lines (59 loc) • 2.1 kB
JSON
{
"name": "curated-node",
"version": "1.0.8",
"description": "Not a framework. Not a module. Just a bunch of Node.js packages you most likely familiar with and probably already use, bundled together in a modular fashion.",
"scripts": {
":watch": "./node_modules/.bin/rimraf ./classes; ./node_modules/.bin/tsc -w --noEmit false",
"prepare": "./node_modules/.bin/rimraf ./classes; ./node_modules/.bin/tsc --noEmit false",
"lint": "./node_modules/.bin/eslint --ext .ts ./src",
"lint-autofix": "./node_modules/.bin/eslint --fix --ext .ts ."
},
"author": {
"email": "redhart@dualsight.org",
"name": "Redhart Azul",
"url": "https://dystopian.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dystopiandev/curated-node"
},
"license": "MIT",
"dependencies": {
"@droidsolutions-oss/amqp-ts": "^1.0.2",
"@types/amqplib": "^0.5.13",
"@types/bluebird": "^3.5.32",
"@types/config": "0.0.36",
"@types/connect-redis": "0.0.14",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"@types/express-session": "^1.17.0",
"@types/ioredis": "^4.16.2",
"@types/json5": "0.0.30",
"@types/node": "^14.0.4",
"@types/normalize-path": "^3.0.0",
"@types/socket.io": "^2.1.7",
"connect-redis": "^4.0.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"ioredis": "^4.17.1",
"iso-currencies": "^1.1.0",
"location-database": "^0.1.0",
"nodemailer": "^6.4.6",
"normalize-path": "^3.0.0",
"socket.io": "^2.3.0",
"synchronized-promise": "^0.3.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typescript": "^3.9.3"
},
"keywords": ["typescript", "helper", "curated", "prototype", "boilerplate", "classes", "express", "socketio", "redis", "rabbitmq"]
}