first commit
This commit is contained in:
28
sdk/javascript/package.json
Normal file
28
sdk/javascript/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "algorithm-showcase-sdk",
|
||||
"version": "1.0.0",
|
||||
"description": "智能算法展示平台JavaScript SDK",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"algorithm",
|
||||
"showcase",
|
||||
"SDK",
|
||||
"API"
|
||||
],
|
||||
"author": "Algorithm Showcase Team",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/algorithm-showcase/sdk"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/algorithm-showcase/sdk/issues"
|
||||
},
|
||||
"homepage": "https://github.com/algorithm-showcase/sdk#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user