38 lines
858 B
JSON
38 lines
858 B
JSON
{
|
|
"name": "@dprint/formatter",
|
|
"version": "0.3.0",
|
|
"description": "Wasm formatter for dprint plugins.",
|
|
"keywords": [
|
|
"dprint",
|
|
"formatter",
|
|
"wasm"
|
|
],
|
|
"author": "David Sherret",
|
|
"homepage": "https://github.com/dprint/js-formatter#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dprint/js-formatter.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dprint/js-formatter/issues"
|
|
},
|
|
"main": "./script/mod.js",
|
|
"module": "./esm/mod.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/mod.js",
|
|
"require": "./script/mod.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "node test_runner.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.0",
|
|
"picocolors": "^1.0.0",
|
|
"@deno/shim-deno-test": "~0.5.0",
|
|
"undici": "^4.12.1"
|
|
},
|
|
"_generatedBy": "dnt@0.39.0"
|
|
} |