aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@vitest/spy/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/@vitest/spy/package.json')
-rw-r--r--vanilla/node_modules/@vitest/spy/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/vanilla/node_modules/@vitest/spy/package.json b/vanilla/node_modules/@vitest/spy/package.json
deleted file mode 100644
index 5564c28..0000000
--- a/vanilla/node_modules/@vitest/spy/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "@vitest/spy",
- "type": "module",
- "version": "4.0.18",
- "description": "Lightweight Jest compatible spy implementation",
- "license": "MIT",
- "funding": "https://opencollective.com/vitest",
- "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vitest-dev/vitest.git",
- "directory": "packages/spy"
- },
- "bugs": {
- "url": "https://github.com/vitest-dev/vitest/issues"
- },
- "sideEffects": false,
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.js"
- },
- "./*": "./*"
- },
- "main": "./dist/index.js",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "build": "premove dist && rollup -c",
- "dev": "rollup -c --watch"
- }
-} \ No newline at end of file