44 lines
901 B
JSON
44 lines
901 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|