LLM-test/package.json

23 lines
466 B
JSON
Raw Normal View History

{
"name": "llm-test",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve-deepseel": "http-server test/code/1/deepseel-cc"
},
"repository": {
"type": "git",
"url": "http://110.42.212.100:3000/admin123/LLM-test.git"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"http-server": "^14.1.1"
}
}