UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

42 lines (41 loc) 1 kB
{ "name": "@zargu/couchdb-designer", "version": "1.0.1", "description": "Create and testing couchdb design document form directory structure.", "main": "build/index.js", "directories": { "example": "example", "test": "tests" }, "scripts": { "test": "jest", "build": "babel src -d build --ignore '**/*.test.js,**/__mocks__'" }, "repository": { "type": "git", "url": "git+https://github.com/KarolyRobert/couchdb-designer.git" }, "keywords": [ "couchdb", "DesignDocumet", "ddoc", "map/reduce", "jest", "testing", "agile" ], "author": "RoGeR", "license": "ISC", "bugs": { "url": "https://github.com/KarolyRobert/couchdb-designer/issues" }, "homepage": "https://github.com/KarolyRobert/couchdb-designer#readme", "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/node": "^7.15.4", "@babel/preset-env": "^7.15.6", "babel-jest": "^27.2.4", "jest": "^27.2.4" } }