@roadmanjs/couchset
Version:
A Couchbase roadman using CouchSet
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "@roadmanjs/couchset",
"description": "A Couchbase roadman using CouchSet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"docs/",
"dist/",
"register/",
"LICENSE"
],
"keywords": [
"couchbase",
"couchset",
"couchset.org",
"roadman",
"roadmanjs",
"nodejs",
"database"
],
"author": {
"name": "Ceddy Muhoza",
"email": "ceddymuhoza@gmail.com",
"url": "https://ceddy.org"
},
"license": "MIT",
"private": false,
"scripts": {
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
"build": "rimraf dist && tsc --skipLibCheck",
"test": "mocha src/*test.ts --exit",
"prepublishOnly": "npm run build",
"eslint": "eslint ./src --fix --ext=ts"
},
"lint-staged": {
"*.{ts,tsx}": [
"npm run eslint"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@roadmanjs/core": "*",
"couchset": "^0.2.6",
"debug": "^4.3.1",
"lodash": "^4.17.20"
},
"version": "1.1.6"
}