summaryrefslogtreecommitdiffstats
path: root/test/schemas/package.json
blob: c318ca0fac49314c76f82a7feb70616592c5489c (plain)
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
{
  "dependencies": {
    "ajv-formats": "^2.1.1",
    "js-yaml": "^4.1.0",
    "safe-stable-stringify": "^2.4.3",
    "ts-node": "^10.9.1",
    "vscode-json-languageservice": "^5.3.5"
  },
  "scripts": {
    "compile": "tsc -p ./src",
    "deps": "npx --yes npm-check-updates -u && npm install --ignore-scripts",
    "test": "python3 src/rebuild.py && mocha"
  },
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/js-yaml": "^4.0.5",
    "@types/minimatch": "^5.1.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.3.1",
    "chai": "^4.3.7",
    "minimatch": "^9.0.1",
    "mocha": "^10.2.0",
    "typescript": "^5.1.3"
  },
  "directories": {
    "test": "./src"
  }
}