-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@nsetyo/prettier-plugin-twig",
"version": "0.1.4",
"description": "Twig Prettier Plugin ",
"main": "dist/index.js",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"watch:test": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"build": "tsc --pretty",
"watch": "npm run build -- --watch",
"release": "npm run build && npm publish --access public",
"prepare": "husky install"
},
"keywords": [
"twig",
"prettier"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/prompt-cli": "^17.7.1",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.6.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"he": "^1.2.0",
"lodash": "^4.17.21",
"melody-code-frame": "^1.7.5",
"melody-extension-core": "^1.7.5",
"melody-types": "^1.7.5",
"prettier": "^3.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}