UNPKG

1.38 kBJSONView Raw
1{
2 "name": "matman",
3 "version": "4.0.10",
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.2",
34 "lodash": "^4.17.10",
35 "matman-crawler": "^4.0.10",
36 "nightmare-handler": "^1.0.8"
37 },
38 "devDependencies": {
39 "babel-cli": "^6.26.0",
40 "babel-eslint": "^10.0.1",
41 "babel-plugin-transform-runtime": "^6.23.0",
42 "babel-preset-env": "^1.7.0",
43 "babel-preset-stage-0": "^6.24.1",
44 "chai": "^4.2.0",
45 "eslint": "^5.7.0",
46 "mocha": "^5.2.0"
47 },
48 "gitHead": "562d611c6559d549fa0413f56099278d5c070856"
49}