-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
{
"author": "Turo engineering",
"description": "Turo semantic-release configuration",
"dependencies": {
"@aensley/semantic-release-openapi": "^1.1.8",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"gradle-semantic-release-plugin": "^1.10.0",
"micromatch": "^4.0.5"
},
"devDependencies": {
"@open-turo/eslint-config-typescript": "12.0.1",
"@types/jest": "29.5.14",
"@types/lodash.template": "4.5.3",
"@types/micromatch": "4.0.9",
"@types/node": "22.10.1",
"eslint": "8.57.1",
"jest": "29.7.0",
"lodash": "4.17.21",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"semantic-release": "24.2.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"ts-patch": "3.3.0",
"tsc-watch": "6.2.1",
"typescript": "5.7.2",
"typescript-transform-paths": "3.5.2"
},
"engines": {
"node": ">= 20.8.1"
},
"license": "MIT",
"main": "lib/index.js",
"name": "@open-turo/semantic-release-config",
"peerDependencies": {
"semantic-release": ">=24"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tspc -p ./tsconfig.build.json",
"clean": "rimraf lib",
"lint": "eslint ./src --ext .ts",
"test": "jest",
"watch": "clean && tsc-watch -w -p ./tsconfig.build.json --compiler ./node_modules/.bin/tspc"
},
"types": "lib/index.d.ts",
"version": "8.0.1"
}