2026-02-07 19:31:58 +00:00
|
|
|
{
|
2026-02-07 19:39:05 +00:00
|
|
|
"name": "@quartz-community/runtime",
|
2026-02-07 19:31:58 +00:00
|
|
|
"version": "0.1.0",
|
2026-02-07 19:39:05 +00:00
|
|
|
"description": "Browser runtime utilities for Quartz community plugins",
|
2026-02-07 19:31:58 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"author": "Quartz Community",
|
|
|
|
|
"homepage": "https://quartz.jzhao.xyz",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-02-07 19:39:05 +00:00
|
|
|
"url": "https://github.com/quartz-community/runtime"
|
2026-02-07 19:31:58 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"quartz",
|
|
|
|
|
"quartz-plugin",
|
2026-02-07 19:39:05 +00:00
|
|
|
"runtime",
|
|
|
|
|
"browser"
|
2026-02-07 19:31:58 +00:00
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"README.md",
|
2026-02-07 19:39:05 +00:00
|
|
|
"LICENSE"
|
2026-02-07 19:31:58 +00:00
|
|
|
],
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsup",
|
|
|
|
|
"prepare": "npm run build",
|
|
|
|
|
"dev": "tsup --watch",
|
2026-02-07 19:39:05 +00:00
|
|
|
"typecheck": "tsc --noEmit"
|
2026-02-07 19:31:58 +00:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22",
|
|
|
|
|
"npm": ">=10.9.2"
|
2026-02-23 00:10:20 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-16 17:51:57 +00:00
|
|
|
"@quartz-community/types": "github:quartz-community/types",
|
2026-03-18 10:50:43 +00:00
|
|
|
"@quartz-community/utils": "github:quartz-community/utils",
|
2026-02-23 00:10:20 +00:00
|
|
|
"tsup": "^8.5.0",
|
|
|
|
|
"typescript": "^5.9.3"
|
2026-02-07 19:31:58 +00:00
|
|
|
}
|
|
|
|
|
}
|