This repository was archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
{
"name": "@eazyautodelete/misc-commands",
"version": "1.2.19",
"description": "🌌 Misc commands",
"main": "src/MiscCommands.js",
"scripts": {
"format": "npx prettier --write .",
"build": "tsc",
"module:build": "tsc",
"postinstall": "npm run module:build",
"postpublish": "git push --follow-tags origin main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EazyAutodelete/misc-commands.git"
},
"author": {
"name": "qreepex",
"email": "dev@qreepex.xyz",
"url": "https://qreepex.xyz"
},
"files": [
"src/*.ts",
"src/**/*.ts",
"src/*.txt",
"src/**/*.txt",
"tsconfig.json"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/EazyAutodelete/misc-commands/issues"
},
"homepage": "https://github.com/EazyAutodelete/misc-commands#readme",
"devDependencies": {
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.23.0",
"husky": "^8.0.1",
"prettier": "^2.7.1"
},
"dependencies": {
"@eazyautodelete/commands-support": "^1.4.23",
"@eazyautodelete/core": "^4.2.8",
"eris": "github:EazyAutodelete/eris",
"typescript": "^4.8.3"
},
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com/"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}