dmock-server
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "dmock-server", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A typescript based mock server NPM module", | ||
@@ -9,6 +9,7 @@ "main": "lib/index.js", | ||
"build": "tsc", | ||
"test": "mocha -r ts-node/register tests/unit-test.ts", | ||
"pre-deploy": "npm run test && npm run build", | ||
"deploy": "npm run pre-deploy && npm version patch && npm publish && npm run clean-lib", | ||
"clean-lib": "del .\\lib\\ /F /S /Q" | ||
"test": "mocha -r ts-node/register", | ||
"unit-tests": "npm run test tests/unit-test.ts", | ||
"pre-deploy": "npm run unit-tests && npm run build", | ||
"deploy": "npm run clean && npm run pre-deploy && npm version patch && npm publish", | ||
"clean": "rmdir lib /s/q" | ||
}, | ||
@@ -24,8 +25,9 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/express": "^4.17.6", | ||
"@types/axios": "^0.14.0", | ||
"axios": "^0.19.2", | ||
"@types/chai": "^4.2.7", | ||
"@types/express": "^4.17.6", | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.1.1", | ||
"await-exec": "^0.1.2", | ||
"axios": "^0.19.2", | ||
"chai": "^4.2.0", | ||
@@ -32,0 +34,0 @@ "mocha": "^7.0.1", |
@@ -0,0 +0,0 @@ # dMock Server · [![GitHub license](https://img.shields.io/badge/license-BSD%203%20Clause-blue.svg)](https://github.com/danitseitlin/dmock-server/blob/master/LICENSE) [![npm version](http://img.shields.io/npm/v/dmock-server.svg?style=flat)](https://npmjs.org/package/dmock-server "View this project on npm") |
Sorry, the diff of this file is not supported yet
10869
11