-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "@pbrucla/cyanea",
"private": true,
"version": "1.4.0",
"author": "ACM Cyber <[email protected]> (https://www.acmcyber.com/)",
"license": "MIT",
"description": "ACM Cyber's modular script for syncing unified event information across disparate platforms!",
"type": "module",
"workspaces": [
"packages/*",
"run/"
],
"scripts": {
"build": "yarn node --loader ts-node/esm --loader ./.pnp.loader.mjs build.ts",
"fix": "yarn prettier -w build.ts packages/**/*.ts && yarn eslint --fix build.ts packages/**/*.ts",
"postinstall": "husky install"
},
"dependencies": {
"@pbrucla/cyanea-cli": "workspace:^",
"@pbrucla/cyanea-discord": "workspace:^",
"@pbrucla/cyanea-fs": "workspace:^",
"@pbrucla/cyanea-gcal": "workspace:^",
"@pbrucla/cyanea-git": "workspace:^",
"@pbrucla/cyanea-ucla-acm-newsletter": "workspace:^"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"ajv": "^8.12.0",
"chalk": "^5.3.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"typescript": "5.3.1-rc"
},
"engines": {
"node": ">=21.0.0"
},
"packageManager": "[email protected]"
}