14 lines
352 B
JSON
14 lines
352 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|