UNPKG

1.4 kBJSONView Raw
1{
2 "name": "matman",
3 "version": "4.0.18",
4 "description": "Easy to write e2e test2",
5 "main": "lib/index.js",
6 "scripts": {
7 "prepublishOnly": "npm run build",
8 "build": "babel ./src --out-dir ./lib --source-maps",
9 "watch-compile": "npm run build -- --watch",
10 "watch": "npm run watch-compile",
11 "test-mocha": "node ./node_modules/mocha/bin/_mocha",
12 "test": "npm run eslint && npm run test-cov",
13 "eslint": "eslint src/",
14 "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha"
15 },
16 "keywords": [
17 "mock",
18 "server"
19 ],
20 "author": "helinjiang",
21 "license": "MIT",
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/matmanjs/matman.git"
25 },
26 "bugs": {
27 "url": "https://github.com/matmanjs/matman/issues"
28 },
29 "homepage": "https://github.com/matmanjs/matman#readme",
30 "dependencies": {
31 "babel-runtime": "^6.26.0",
32 "fs-extra": "^6.0.1",
33 "glob": "^7.1.6",
34 "istanbul": "^0.4.5",
35 "lodash": "^4.17.10",
36 "matman-crawler": "^4.0.18",
37 "nightmare-handler": "^1.0.8"
38 },
39 "devDependencies": {
40 "babel-cli": "^6.26.0",
41 "babel-eslint": "^10.0.1",
42 "babel-plugin-transform-runtime": "^6.23.0",
43 "babel-preset-env": "^1.7.0",
44 "babel-preset-stage-0": "^6.24.1",
45 "chai": "^4.2.0",
46 "eslint": "^5.7.0",
47 "mocha": "^5.2.0"
48 },
49 "gitHead": "ff0cf33c4a01d37727c4e2a8664dbcc50fd3749f"
50}