mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
44 lines
No EOL
1 KiB
JSON
44 lines
No EOL
1 KiB
JSON
{
|
|
"name": "@vitest/expect",
|
|
"type": "module",
|
|
"version": "0.33.0",
|
|
"description": "Jest's expect matchers as a Chai plugin",
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/vitest",
|
|
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vitest-dev/vitest.git",
|
|
"directory": "packages/expect"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitest-dev/vitest/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"chai": "^4.3.7",
|
|
"@vitest/spy": "0.33.0",
|
|
"@vitest/utils": "0.33.0"
|
|
},
|
|
"devDependencies": {
|
|
"picocolors": "^1.0.0",
|
|
"@vitest/runner": "0.33.0"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c",
|
|
"dev": "rollup -c --watch"
|
|
}
|
|
} |