-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathjsr.jsonc
More file actions
41 lines (41 loc) · 773 Bytes
/
jsr.jsonc
File metadata and controls
41 lines (41 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@fmt/ruff-fmt",
"type": "module",
"collaborators": [
"magic-akari <akari.ccino@gmail.com>"
],
"description": "A WASM Based Python Formatter",
"version": "0.14.13",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wasm-fmt/ruff_fmt"
},
"homepage": "https://github.com/wasm-fmt/ruff_fmt",
"types": "ruff_fmt.d.ts",
"sideEffects": [
"./ruff_fmt.js",
"./ruff_fmt_node.js",
"./ruff_fmt_esm.js"
],
"keywords": [
"wasm",
"ruff",
"python",
"formatter"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": "./ruff_fmt.js",
"./esm": "./ruff_fmt_esm.js",
"./node": "./ruff_fmt_node.js",
"./bundler": "./ruff_fmt.js",
"./web": "./ruff_fmt_web.js"
},
"exclude": [
"!**",
"*.tgz"
]
}