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.
 
 
 
 
 

29 lines
566 B

{
"name": "tinyspy",
"version": "0.3.3",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aslemammad/tinyspy.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aslemammad/tinyspy/issues"
},
"homepage": "https://github.com/aslemammad/tinyspy#readme",
"keywords": [
"spy",
"mock",
"typescript",
"method"
],
"engines": {
"node": ">=14.0.0"
}
}