====== sense ====== The sense table type contains information about a given sense package, its authors and its dependencies. You can access the sense table for the entrypoint Sense package through the ''info'' field of the global [[senses:globals:sense|sense]] table. ===== name ===== The name field contains the name string of the current Sense package, equivalent to its root directory name. ===== version ===== The version field contains the [[https://semver.org/spec/v2.0.0.html|SemVer]] formatted version string of the Sense as described in its [[senses:sense.toml#version|sense.toml]] file. ===== description ===== The description field contains the summary string describe in its [[senses:sense.toml#description|sense.toml]] file. ===== authors ===== The authors field contains a sequential table of author strings equivalent to the authors specified in its [[senses:sense.toml#authors|sense.toml]] file. ===== dependencies ===== The dependencies field contains a sequential table of sense table types for each dependency the Sense in question has.