-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "@supersoniks/prettier-plugin-twig-melody",
"version": "1.0.2",
"description": "Prettier Plugin for Twig/Melody",
"main": "src",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/AgenceSupersoniks/prettier-plugin-twig-melody",
"author": "Tom Bartel <[email protected]>",
"license": "Apache 2.0",
"files": [
"src"
],
"engines": {
"node": ">=6"
},
"scripts": {
"lint": "jest -c jest.eslint.config.js",
"test": "jest",
"prettier": "prettier --plugin=. --parser=melody",
"publish": "npm publish --access public"
},
"dependencies": {
"babel-types": "^6.26.0",
"melody-extension-core": "^1.7.5",
"melody-parser": "^1.7.5",
"melody-traverse": "^1.7.5",
"melody-types": "^1.7.5",
"prettier": "^1.8.2",
"resolve": "^1.12.0"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-prettier": "^2.4.0",
"jest": "^21.1.0",
"jest-runner-eslint": "^0.3.0"
},
"jest": {
"projects": [
"<rootDir>/jest.*.config.js"
]
}
}