pelias-model
Version:
Pelias data models
51 lines (50 loc) • 977 B
JSON
{
"name": "pelias-model",
"version": "10.5.0",
"author": "pelias",
"description": "Pelias data models",
"homepage": "https://github.com/pelias/model",
"license": "MIT",
"main": "index.js",
"scripts": {
"units": "./bin/units",
"test": "npm run units",
"ci": "npm run units",
"lint": "jshint .",
"validate": "npm ls"
},
"repository": {
"type": "git",
"url": "https://github.com/pelias/model.git"
},
"keywords": [
"pelias",
"model"
],
"bugs": {
"url": "https://github.com/pelias/model/issues"
},
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"lodash": "^4.6.1",
"pelias-config": "^6.0.0",
"through2": "^3.0.0"
},
"devDependencies": {
"stream-mock": "^2.0.3",
"precommit-hook": "^3.0.0",
"proxyquire": "^2.0.0",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"release": {
"success": []
}
}