SourceTermAnalysisSystem_vue/node_modules/@dprint/toml/package.json
2026-05-15 10:22:44 +08:00

30 lines
656 B
JSON

{
"name": "@dprint/toml",
"version": "0.6.4",
"description": "Wasm module for dprint-plugin-toml.",
"main": "./index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/dprint/dprint-plugin-toml.git"
},
"keywords": [
"toml",
"code",
"formatter",
"dprint"
],
"author": "David Sherret",
"license": "MIT",
"bugs": {
"url": "https://github.com/dprint/dprint-plugin-toml/issues"
},
"homepage": "https://github.com/dprint/dprint-plugin-toml#readme",
"scripts": {
"test": "node index.test.js"
},
"devDependencies": {
"@dprint/formatter": "~0.1.4"
}
}