50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
{
|
|
"name": "expect-type",
|
|
"version": "1.4.0",
|
|
"engines": {
|
|
"node": ">=12.0.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"
|
|
],
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "0.18.3",
|
|
"@types/node": "^24.0.0",
|
|
"@typescript/native-preview": "7.0.0-dev.20260609.1",
|
|
"@vitest/ui": "^4.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-mmkal": "0.9.0",
|
|
"np": "^11.0.0",
|
|
"pkg-pr-new": "0.0.75",
|
|
"strip-ansi": "7.2.0",
|
|
"ts-morph": "27.0.2",
|
|
"typescript": "5.9.3",
|
|
"vitest": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint --max-warnings 0",
|
|
"lint": "tsc && pnpm eslint .",
|
|
"type-check": "tsc",
|
|
"build": "tsc -p tsconfig.lib.json",
|
|
"arethetypeswrong": "attw --pack",
|
|
"test": "vitest run"
|
|
}
|
|
} |