-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 944 Bytes
/
package.json
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
{
"name": "prettier-plugin-bq",
"version": "0.2.57",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "eslint-config-prettier src/index.ts && eslint ./src && prettier --check ./src && tsc && NODE_OPTIONS='--experimental-vm-modules' jest",
"latest-bq2cst": "rm -rf ./node_modules/bq2cst && gh run download -R dr666m1/bq2cst -n pkg -D ./node_modules/bq2cst"
},
"keywords": [],
"author": "kitta65 <skndr666m1@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^27.0.3",
"ts-jest": "^27.0.1",
"typescript": "^4.3.2"
},
"dependencies": {
"bq2cst": "0.5.8"
},
"peerDependencies": {
"prettier": "^3.2.4"
}
}