You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
901 B
43 lines
901 B
{ |
|
"name": "tinyspy", |
|
"type": "module", |
|
"version": "3.0.2", |
|
"packageManager": "pnpm@9.1.1", |
|
"description": "A minimal fork of nanospy, with more features", |
|
"license": "MIT", |
|
"homepage": "https://github.com/tinylibs/tinyspy#readme", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/tinylibs/tinyspy.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/tinylibs/tinyspy/issues" |
|
}, |
|
"keywords": [ |
|
"spy", |
|
"mock", |
|
"typescript", |
|
"method" |
|
], |
|
"exports": { |
|
".": { |
|
"import": { |
|
"types": "./dist/index.d.ts", |
|
"default": "./dist/index.js" |
|
}, |
|
"require": { |
|
"types": "./dist/index.d.cts", |
|
"default": "./dist/index.cjs" |
|
} |
|
} |
|
}, |
|
"main": "./dist/index.cjs", |
|
"module": "./dist/index.js", |
|
"types": "./dist/index.d.ts", |
|
"files": [ |
|
"dist" |
|
], |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}
|
|
|