generated from snowcrystals/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.74 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
{
"name": "@snowcrystals/iglo",
"version": "1.2.8",
"description": "A template used for every single repository in this organization 📏",
"author": "ijsKoud <github@ijskoud.dev>",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"files": [
"dist/"
],
"homepage": "https://github.com/snowcrystals/iglo",
"scripts": {
"build": "tsup src",
"build:watch": "tsc --watch",
"start:dev": "nodemon ./dist",
"start": "node ./dist",
"lint": "eslint src",
"docs": "typedoc-json-parser",
"postinstall": "is-ci || husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"bump": "cliff-jumper"
},
"resolutions": {
"load-tsconfig": "^0.2.5"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/ts-config": "^5.0.1",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"typedoc": "^0.26.11",
"typedoc-json-parser": "^10.2.0",
"typescript": "5.6.3"
},
"dependencies": {
"@snowcrystals/icicle": "^2.0.4",
"discord.js": "^14.16.3",
"lodash": "^4.17.21"
},
"engines": {
"node": ">= v18.16.0"
},
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.5.1"
}