프로젝트 파일들 커밋

This commit is contained in:
2025-02-03 16:08:12 +09:00
parent 7f3964ce8c
commit 8093c3b0ef
13 changed files with 1519 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "psd-test",
"version": "1.0.0",
"description": "### psdExxport.js nodejs 기반, scoring.json 파일에 채점기준표 만들어서 채점",
"main": "psdExport.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node psdExport.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}