Skip to content

Commit

Permalink
plugin_snako_denoにmetaを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed May 3, 2024
1 parent c026e7e commit 0bb8c6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deno/plugin_snako_deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ import path from 'node:path'
import { exec, OutputMode } from "https://deno.land/x/exec/mod.ts"

export default {
'meta': {
type: 'const',
value: {
pluginName: 'plugin_snako_deno', // プラグインの名前
description: '最小の機能を提供するプラグイン', // プラグインの説明
pluginVersion: '3.6.3', // プラグインのバージョン
nakoRuntime: ['cnako'], // 対象ランタイム
nakoVersion: '3.6.3' // 要求なでしこバージョン
}
},
'初期化': {
type: 'func',
josi: [],
Expand Down

0 comments on commit 0bb8c6d

Please sign in to comment.