UNPKG

nawr

Version:
56 lines (55 loc) 1.38 kB
{ "name": "nawr", "version": "0.1.0-beta-0.27", "description": "on-demand serverless sql dbs", "main": "init.js", "bin": { "nawr": "bin/index.js" }, "scripts": { "test": "echo no tests!", "test:old": "jest __tests__/integration.spec.js --runInBand", "test:debug": "node inspect node_modules/.bin/jest --runInBand" }, "browser": { "client.js": "./noop.js", "workers.js": "./noop.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/hobochild/now-now.git" }, "keywords": ["serverless", "next.js", "sql"], "author": "hobochild", "license": "ISC", "bugs": { "url": "https://github.com/hobochild/now-now/issues" }, "devDependencies": { "execa": "^4.0.2", "jest": "^26.0.1" }, "dependencies": { "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "archiver": "^4.0.1", "aws-sdk": "^2.680.0", "babel-loader": "^8.1.0", "cache-loader": "^4.1.0", "chalk": "^4.1.0", "data-api-client": "^1.0.1", "docker-compose": "^0.23.4", "dotenv": "^8.2.0", "envfile": "^5.2.0", "get-port": "^5.1.1", "nanoid": "^3.1.9", "node-fetch": "^2.6.0", "umzug": "^2.3.0", "webpack": "^4.43.0", "yargs": "^15.3.1" }, "peerDependencies": { "next": ">=9.4.4" }, "homepage": "https://github.com/hobochild/now-now#readme" }