zhangjian
2023-06-05 0976d2d0f90cff460cedfdc8bd74e98c2c31a58c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "schema-utils",
  "version": "1.0.0",
  "description": "webpack Validation Utils",
  "main": "src/index.js",
  "files": [
    "src"
  ],
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "lint": "eslint --cache src test",
    "test": "jest --env node --verbose --coverage",
    "clean": "del-cli coverage",
    "commits": "commitlint --from $(git rev-list --tags --max-count=1)",
    "release": "npm run commits && standard-version"
  },
  "dependencies": {
    "ajv": "^6.1.0",
    "ajv-errors": "^1.0.0",
    "ajv-keywords": "^3.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.0",
    "@webpack-contrib/eslint-config-webpack": "^2.0.0",
    "del-cli": "^1.0.0",
    "eslint": "^5.0.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-prettier": "^2.0.0",
    "jest": "^21.0.0",
    "prettier": "^1.0.0",
    "standard-version": "^4.0.0"
  },
  "author": "webpack Contrib (https://github.com/webpack-contrib)",
  "bugs": "https://github.com/webpack-contrib/schema-utils/issues",
  "homepage": "https://github.com/webpack-contrib/schema-utils",
  "repository": "https://github.com/webpack-contrib/schema-utils",
  "license": "MIT"
}