Files
VFXdemo/package.json
2026-04-02 11:15:21 +08:00

23 lines
509 B
JSON
Raw Permalink 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",
"sql.js": "^1.11.0"
}
}