Files
VFXdemo/package.json
Daniel afbcd99224 fix
2026-04-01 20:06:17 +08:00

22 lines
484 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "vfxdemo",
"version": "1.0.0",
"description": "一个用于快速复刻 ShaderToy 效果的本地工具页WebGL2 多预览面板)。",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"repository": {
"type": "git",
"url": "https://www.git.bimwe.com/Daniel/VFXdemo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1"
}
}