-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 KB
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
{
"repository": "git@github.com:Khan/actions.git",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.mjs,.ts .",
"fix": "pnpm run lint --fix",
"test": "vitest",
"typecheck": "tsc --noEmit",
"build": "tsc -p actions/tsconfig.json"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@khanacademy/eslint-config": "^0.1.0",
"@swc-node/register": "^1.11.1",
"@types/node": "^25.3.3",
"@types/picomatch": "^4.0.2",
"@typescript-eslint/parser": "^8.57.2",
"@vercel/ncc": "^0.36.1",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fast-glob": "^3.3.3",
"memfs": "^4.51.0",
"prettier": "^2.6.2",
"vitest": "^4.0.10"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"dependencies": {
"@swc-node/register": "^1.11.1",
"typescript": "^5.9.3"
}
}