Skip to content

Commit

Permalink
v3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jul 10, 2024
1 parent fcea8c2 commit fb747e2
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit fb747e2

Please sign in to comment.