mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
74388acd49
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"name": "@std/toml",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./parse": "./parse.ts",
|
|
"./stringify": "./stringify.ts"
|
|
}
|
|
}
|