This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
instructions-clear/package.json
T
2025-01-11 18:17:44 +09:00

19 lines
383 B
JSON

{
"name": "instructions-clear",
"version": "1.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thayol",
"license": "UNLICENSED",
"description": "",
"dependencies": {
"quickhull": "^1.0.3",
"sat": "^0.9.0",
"three": "^0.171.0",
"websocket-express": "^3.1.2"
}
}