1a12fb870b
- New /developers/ page with API docs, SDKs, pricing, use cases - OpenAPI 3.0 spec for Orders, Missions, Photos, Analytics - Case study: Glasskiosken i Flatenbadet — complete ROI analysis - Updated /order/ with recurring missions and frequency dropdown
37 lines
751 B
JSON
37 lines
751 B
JSON
{
|
|
"name": "tinyspy",
|
|
"version": "2.2.1",
|
|
"type": "module",
|
|
"packageManager": "pnpm@8.4.0",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"default": "./dist/index.cjs"
|
|
},
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tinylibs/tinyspy.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tinylibs/tinyspy/issues"
|
|
},
|
|
"homepage": "https://github.com/tinylibs/tinyspy#readme",
|
|
"keywords": [
|
|
"spy",
|
|
"mock",
|
|
"typescript",
|
|
"method"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|