Files
page-agent/packages/cdn/package.json
T

24 lines
509 B
JSON
Raw Normal View History

2026-01-13 20:52:41 +08:00
{
"name": "@page-agent/cdn",
"private": false,
2026-01-14 18:50:06 +08:00
"version": "0.1.0",
2026-01-13 20:52:41 +08:00
"type": "module",
"files": [
"dist/"
],
"description": "CDN builds for page-agent - IIFE bundles for script tag usage",
"author": "Simon<gaomeng1900>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/page-agent.git"
},
"homepage": "https://alibaba.github.io/page-agent/",
"scripts": {
"build": "vite build && vite build --mode demo"
},
"dependencies": {
2026-01-14 18:50:06 +08:00
"page-agent": "0.1.0"
2026-01-13 20:52:41 +08:00
}
}