-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "@ptsecurity/code-styles",
"private": true,
"description": "Positive Technologies code style rules",
"author": {
"name": "Positive Technologies",
"url": "https://ptsecurity.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/positive-js/pt-code-style.git"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=16"
},
"scripts": {
"postinstall": "lerna bootstrap",
"semantic-release": "multi-semantic-release"
},
"keywords": [
"eslint",
"stylelint",
"prettier"
],
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@ptsecurity/commitlint-config": "^1.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"dotenv": "^12.0.3",
"grapheme-splitter": "^1.0.4",
"is-ci": "^3.0.1",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"multi-semantic-release": "^2.11.0",
"semantic-release": "^18.0.1",
"semantic-release-commit-filter": "^1.0.2"
}
}