-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@softonus/prettier-plugin-whitespace-remover",
"version": "1.3.1",
"description": "Prettier plugin that removes whitespaces of className, class",
"main": "dist/index.min.js",
"files": [
"dist/index.min.js"
],
"scripts": {
"build": "tsc && terser dist/index.js -o dist/index.min.js -c -m",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"softonus",
"whitespace",
"whitespace remover",
"class whitespace remover",
"className whitespace remover",
"@softonus",
"@softonus/prettier-plugin-whitespace-remover",
"prettier-plugin-whitespace-remover"
],
"author": {
"name": "Softonus LLC",
"email": "[email protected]",
"url": "https://softonus.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softonus-io/prettier-plugin-whitespace-remover.git"
},
"bugs": {
"url": "https://github.com/softonus-io/prettier-plugin-whitespace-remover/issues"
},
"homepage": "https://github.com/softonus-io/prettier-plugin-whitespace-remover#readme",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/parser": "^7.6.0",
"prettier": "^3.2.5",
"terser": "^5.30.3",
"typescript": "5.3.3"
}
}