-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.49 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@uzmoi/prettier-plugin-aiscript",
"version": "0.3.1",
"description": "A prettier plugin for AiScript.",
"type": "module",
"main": "dist/index.js",
"files": [
"dist",
"CHANGELOG.md"
],
"scripts": {
"dev": "pnpm -F website dev",
"build": "tsdown",
"check": "tsc",
"lint": "biome check",
"test": "vitest",
"format": "prettier --check .",
"spellcheck": "cspell --no-progress ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/uzmoi/prettier-plugin-aiscript.git"
},
"keywords": [
"prettier",
"AiScript"
],
"author": "uzmoi",
"license": "MIT",
"bugs": {
"url": "https://github.com/uzmoi/prettier-plugin-aiscript/issues"
},
"homepage": "https://github.com/uzmoi/prettier-plugin-aiscript#readme",
"dependencies": {
"@syuilo/aiscript": "^1.2.1",
"lines-and-columns": "^2.0.4",
"semver": "^7.6.3"
},
"peerDependencies": {
"prettier": "^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^4.0.17",
"@vitest/ui": "^4.0.17",
"cspell": "^9.6.0",
"dedent": "^1.5.3",
"emnorst": "^1.0.0-next.2",
"lefthook": "^2.0.15",
"prettier": "^3.3.3",
"tsdown": "^0.20.0-beta.3",
"typescript": "5.9.3",
"vitest": "^4.0.17"
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
}