diff --git a/package.json b/package.json index 8ec99917..94a42582 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,41 @@ -{ - "name": "nadesiko3win32", - "version": "3.4.27", - "description": "Nadesiko - Japanese Programming Language - win32", - "main": "node_modules/nadesiko3/src/index.mjs", - "bin": { - "cnako3": "node node_modules/nadesiko3/src/cnako3.mjs", - "nako3server": "node node_modules/nadesiko3/src/nako3server.mjs", - "nako3edit": "node node_modules/nadesiko3/tools/nako3edit/index.mjs" - }, - "scripts": { - "start": "start.exe", - "check_new_version": "cnako3 tools/check_new_version.nako3" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/kujirahand/nadesiko3win32.git" - }, - "keywords": [ - "script", - "Japanse Programming Language", - "Nadesiko", - "日本語プログラミング言語", - "なでしこ" - ], - "files": [ - "bin", - "setup", - "plug-ins" - ], - "author": "kujirahand", - "license": "MIT", - "bugs": { - "url": "https://github.com/kujirahand/nadesiko3win32/issues" - }, - "homepage": "https://github.com/kujirahand/nadesiko3win32#readme", - "dependencies": { - "nadesiko3": "^3.4.27", - "npm-check-updates": "^16.14.15" - } -} +{ + "name": "nadesiko3win32", + "version": "3.6.7", + "description": "Nadesiko - Japanese Programming Language - win32", + "main": "node_modules/nadesiko3/src/index.mjs", + "bin": { + "cnako3": "node node_modules/nadesiko3/src/cnako3.mjs", + "nako3server": "node node_modules/nadesiko3/src/nako3server.mjs", + "nako3edit": "node node_modules/nadesiko3/tools/nako3edit/index.mjs" + }, + "scripts": { + "start": "start.exe", + "check_new_version": "cnako3 tools/check_new_version.nako3" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/kujirahand/nadesiko3win32.git" + }, + "keywords": [ + "script", + "Japanse Programming Language", + "Nadesiko", + "日本語プログラミング言語", + "なでしこ" + ], + "files": [ + "bin", + "setup", + "plug-ins" + ], + "author": "kujirahand", + "license": "MIT", + "bugs": { + "url": "https://github.com/kujirahand/nadesiko3win32/issues" + }, + "homepage": "https://github.com/kujirahand/nadesiko3win32#readme", + "dependencies": { + "nadesiko3": "^3.6.7", + "npm-check-updates": "^16.14.20" + } +}