-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·52 lines (52 loc) · 1.64 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
{
"name": "sublime-meetio-theme",
"version": "7.5.0",
"description": "The most powerful and adaptive theme for Sublime Text 3",
"bugs": {
"url": "https://github.com/meetio-theme/sublime-meetio-theme/issues"
},
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"license": "MIT",
"keywords": [
"sublime-text",
"scheme",
"theme"
],
"scripts": {
"build": "ts-node src/index.ts",
"icons": "ts-node src/icons.ts",
"lint": "eslint \"src/*.ts\" \"src/**/*.ts\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "bash scripts/release.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@types/node": "^18.13.0"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"conventional-changelog-cli": "^2.2.2",
"@meetio/meetio-colors": "^4.1.1",
"@meetio/meetio-icons": "^1.10.0",
"@meetio/scheme-generator": "^3.4.1",
"babel-eslint": "^10.1.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"eslint": "8.34.0",
"glob": "^8.1.0",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"svg2img": "^0.9.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"picocolors": "^1.0.0"
}
}