Spaces:
Sleeping
Sleeping
File size: 664 Bytes
2271a07 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"name": "semantic-missmatching",
"version": "1.0.0",
"description": "Gradio-based dashboards for Semantic-Mismatch",
"main": "index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"prettier": "^3.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-nlp/semantic-missmatching.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/s-nlp/semantic-missmatching/issues"
},
"homepage": "https://github.com/s-nlp/semantic-missmatching#readme"
}
|