-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.1 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
{
"name": "expect-type",
"version": "1.1.0",
"engines": {
"node": ">=12.0.0"
},
"packageManager": "pnpm@9.10.0",
"keywords": [
"typescript",
"type-check",
"assert",
"types",
"typings",
"test",
"testing"
],
"homepage": "https://github.com/mmkal/expect-type#readme",
"repository": {
"type": "git",
"url": "https://github.com/mmkal/expect-type.git"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.md"
],
"scripts": {
"eslint": "eslint --max-warnings 0",
"lint": "tsc && pnpm eslint .",
"type-check": "tsc",
"build": "tsc -p tsconfig.lib.json",
"prepack": "pnpm build",
"arethetypeswrong": "attw --pack",
"test": "vitest run"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.2",
"@types/node": "^20.0.0",
"@vitest/ui": "^2.0.5",
"eslint": "^8.57.0",
"eslint-plugin-mmkal": "0.9.0",
"np": "^10.0.0",
"pkg-pr-new": "0.0.24",
"strip-ansi": "7.1.0",
"ts-morph": "23.0.0",
"typescript": "5.6.2",
"vitest": "^2.1.2"
}
}