-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 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
{
"name": "kohona-falcon-notify",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/tomacheese/kohona-falcon-notify",
"bugs": {
"url": "https://github.com/tomacheese/kohona-falcon-notify/issues"
},
"license": "MIT",
"author": "Tomachi <[email protected]>",
"private": true,
"main": "dist/main.js",
"repository": {
"url": "[email protected]:tomacheese/kohona-falcon-notify.git",
"type": "git"
},
"scripts": {
"dev": "tsx watch ./src/main.ts",
"fix": "run-z fix:prettier fix:eslint",
"fix:eslint": "eslint . -c eslint.config.mjs --fix",
"preinstall": "npx only-allow pnpm",
"fix:prettier": "prettier --write src",
"lint:eslint": "eslint . -c eslint.config.mjs",
"start": "tsx ./src/main.ts",
"lint:prettier": "prettier --check src",
"lint": "run-z lint:prettier,lint:eslint,lint:tsc",
"lint:tsc": "tsc",
"generate-schema": "typescript-json-schema --required src/config.ts ConfigInterface -o schema/Configuration.json"
},
"devDependencies": {
"@book000/eslint-config": "1.7.144",
"@book000/node-utils": "1.13.451",
"@book000/twitterts": "0.71.205",
"@types/node": "22.13.1",
"eslint": "9.20.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"prettier": "3.5.0",
"run-z": "2.1.0",
"tsx": "4.19.2",
"twitter-d": "0.6.0",
"typescript": "5.7.3",
"typescript-json-schema": "0.65.1"
},
"packageManager": "[email protected]+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}