UNPKG

@devotis/bouquet

Version:

A bouquet of little functions, wrappers and libraries that I use across projects and clients 💐

51 lines (50 loc) 1.66 kB
{ "name": "@devotis/bouquet", "description": "A bouquet of little functions, wrappers and libraries that I use across projects and clients 💐", "version": "1.3.6", "exports": { ".": "./src/index.js", "./": "./src/" }, "main": "src/index.js", "repository": "https://github.com/devotis/bouquet.git", "author": "Christiaan Westerbeek <chris@devotis.nl>", "license": "MIT", "scripts": { "test": "node ./test", "prettier": "prettier --single-quote --trailing-comma es5 --tab-width 4 --write '**/*.{md,js}'" }, "dependencies": { "@graphile-contrib/pg-simplify-inflector": "^6.1.0", "connect-redis": "5.0.0", "csurf": "1.11.0", "express-list-endpoints": "5.0.0", "express-session": "1.17.1", "graphile-build-pg": "4.9.2", "heroku-logger": "0.3.3", "http-errors": "1.8.0", "mssql": "6.2.3", "node-mailjet": "3.3.1", "pg": "8.5.1", "pg-sql2": "4.9.0", "postgraphile": "^4.9.2", "postgraphile-plugin-connection-filter": "^2.1.1", "redis": "3.0.2", "sql-template-strings": "2.2.2", "useragent": "2.3.0" }, "devDependencies": { "babel-eslint": "10.1.0", "dotenv": "8.2.0", "eslint": "7.14.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.5", "minimist": "1.2.5", "node-mocks-http": "1.9.0", "prettier": "^2.2.0", "tape": "5.0.1", "uuidv4": "6.2.5" } }