Files
memecoin-botV2/.pnpm-store/v10/files/14/caf2e21f4a323eda10a86dd500418d11f7c7d2f25f818cc1570b8a4d00e270787e8ddf2e490840d846f075b6d0044c8afaf24b48f9b3858e14911e62170da0

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"
}
}