-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "asterisk-configuration-files",
"version": "1.2.1",
"description": "Asterisk configuration files",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "yarn bats --jobs \"$(nproc)\" --formatter pretty --recursive ./tests/",
"prepare": "yarn is-ci || yarn husky install",
"setup": "yarn && pip install -r requirements.txt --break-system-packages && brew install $(cat brew-packages.txt)"
},
"keywords": [
"config",
"configuration",
"asterisk",
"asterisk-dialplan",
"asterisk-pbx",
"asterisk-server"
],
"author": "Attila Zsolt Somogyi",
"license": "MIT",
"devDependencies": {
"@commitlint/config-conventional": "latest",
"@prantlf/jsonlint": "latest",
"@secretlint/secretlint-rule-preset-recommend": "latest",
"bats": "latest",
"cspell": "latest",
"htmlhint": "latest",
"husky": "latest",
"is-ci": "latest",
"jscpd": "latest",
"lint-staged": "latest",
"markdownlint-cli": "latest",
"prettier": "latest",
"prettier-plugin-sh": "latest",
"secretlint": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"v8r": "latest"
},
"dependencies": {}
}