mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 21:00:22 +00:00
24 lines
556 B
JSON
24 lines
556 B
JSON
{
|
|
"name": "@chronocat/plugin-iife",
|
|
"description": "模块化的 Satori 框架",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"author": {
|
|
"name": "Il Harper",
|
|
"email": "hi@ilharper.com",
|
|
"url": "https://ilharper.com"
|
|
},
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "node -r esbuild-register ../../scripts/build.cts build && node -r esbuild-register pack.cts"
|
|
},
|
|
"devDependencies": {
|
|
"@chronocat/shell": "workspace:packages/shell",
|
|
"esbuild-register": "^3.5.0"
|
|
}
|
|
}
|