-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 KB
/
package.json
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
42
43
44
45
46
{
"name": "@json-schema-tools/semantic-release-transpiler",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"bugs": {
"url": "https://github.com/json-schema-tools/semantic-release-transpiler/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/json-schema-tools/semantic-release-transpiler.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"lint": "eslint . --ext .ts"
},
"author": "BelfordZ<[email protected]>",
"files": [
"build",
"!build/**/*.test.*"
],
"license": "Apache-2.0",
"devDependencies": {
"@json-schema-tools/meta-schema": "^1.7.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.186",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"typescript": "^4.8.4"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@json-schema-tools/dereferencer": "^1.5.7",
"@json-schema-tools/transpiler": "^1.10.4",
"lodash": "^4.17.21",
"node-typescript-compiler": "^3.0.0"
}
}