UNPKG

datatypes-validation

Version:

![](https://img.shields.io/npm/v/datatypes-validation.svg) ![](https://img.shields.io/npm/dm/datatypes-validation.svg) ![](coverage/badge-lines.svg) ![](coverage/badge-functions.svg) ![](coverage/badge-statements.svg) ![](coverage/badge-branches.svg)

58 lines (57 loc) 1.94 kB
{ "name": "datatypes-validation", "version": "0.1.13-development", "main": "dist/index.js", "license": "MIT", "scripts": { "start": "nodemon", "lint": "tslint --config tslint.json --project tsconfig.json", "test": "NODE_ENV=test jest --runInBand", "test:badges": "yarn test --coverage && jest-coverage-badges", "build": "yarn create-index && yarn lint --fix && rm -rf dist && tsc", "create-index": "barrelsby --directory src --delete --exclude __tests__ --exclude @types", "docs:build:html": "typedoc --options ./development/doc-configs/html.js", "docs:build:markdown": "typedoc --options ./development/doc-configs/markdown.js", "docs": "yarn test:badges && yarn docs:build:html && yarn docs:build:markdown" }, "dependencies": { "axios": "^0.18.0", "cors": "^2.8.5", "dateformat": "^3.0.3", "express": "^4.17.1", "map-transform": "^0.3.4", "nested-property": "igor-barbosa/nested-property#master", "object-patch": "^1.0.3" }, "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git://github.com/igor-barbosa/datatypes-validation.git" }, "author": "Igor Barbosa <igor.barbosa.dev@gmail.com>", "devDependencies": { "@types/axios": "^0.14.0", "@types/command-line-args": "^5.0.0", "@types/cors": "^2.8.5", "@types/dateformat": "^3.0.0", "@types/dotenv": "^6.1.1", "@types/express": "^4.16.1", "@types/jest": "^24.0.13", "@types/joi": "^14.3.3", "@types/supertest": "^2.0.7", "barrelsby": "^2.1.1", "command-line-args": "^5.1.1", "dotenv": "^8.0.0", "husky": "^2.4.1", "jest": "^24.8.0", "jest-coverage-badges": "^1.1.2", "nodemon": "^1.19.1", "ts-jest": "^24.0.2", "ts-node": "^8.2.0", "tslint": "^5.17.0", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.14.2", "typedoc-plugin-markdown": "^2.0.0", "typescript": "^3.5.1" } }