텍스트 유사도 검사 기능 추가
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "psd-test",
|
||||
"version": "1.0.0",
|
||||
"description": "### psdExxport.js nodejs 기반, scoring.json 파일에 채점기준표 만들어서 채점",
|
||||
"description": "### psdExport.js nodejs 기반, scoring.json 파일에 채점기준표 만들어서 채점",
|
||||
"main": "psdExport.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
@@ -13,6 +13,7 @@
|
||||
"dependencies": {
|
||||
"jsonpath": "^1.1.1",
|
||||
"psd": "^3.4.0",
|
||||
"string-similarity": "^4.0.4",
|
||||
"xlsx": "^0.18.5",
|
||||
"xmldom": "^0.6.0",
|
||||
"xpath": "^0.0.34"
|
||||
|
||||
Reference in New Issue
Block a user