generated from archoleat/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.99 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@archoleat/notifier",
"description": "A small, simple and customizable notifier for your projects",
"version": "1.0.3",
"license": "MIT",
"author": {
"email": "archoleat@gmail.com",
"name": "Archoleat",
"url": "https://github.com/archoleat"
},
"homepage": "https://github.com/archoleat/notifier#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/archoleat/notifier.git"
},
"bugs": {
"url": "https://github.com/archoleat/notifier/issues"
},
"keywords": [
"archoleat-notifier",
"archoleat",
"node-notifier",
"node-notify",
"notifier",
"notify",
"plugin"
],
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"type": "module",
"types": "dist/index.d.ts",
"imports": {
"#config": "./src/config/index.ts",
"#utils": "./src/utils/index.ts",
"#generators": "./src/utils/generators/index.ts",
"#helpers": "./src/utils/helpers/index.ts",
"#index": "./src/index.ts",
"#data": "./src/data/index.ts"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"dist/icons",
"dist/index.d.ts",
"dist/index.js"
],
"scripts": {
"init": "pnpm i && husky"
},
"dependencies": {
"chalk": "^5.3.0",
"node-notifier": "^10.0.1"
},
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.1.0",
"@archoleat/eslint-flat-compatibility": "^1.2.1",
"@archoleat/prettier-define-config": "^1.1.0",
"@archoleat/semantic-release-define-config": "^1.2.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-typescript": "^12.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.5",
"conventional-changelog-conventionalcommits": "^8.0.0",
"editorconfig-checker": "^5.1.6",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"git-pull-run": "^1.4.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"rollup": "^4.27.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.2.0",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
}
}