forked from prettier/plugin-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 953 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
32
33
34
35
36
37
38
{
"name": "@prettier/plugin-ruby",
"version": "0.15.1",
"description": "prettier plugin for the Ruby programming language",
"main": "src/ruby.js",
"scripts": {
"lint": "eslint --cache .",
"print": "prettier --plugin=.",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prettier/plugin-ruby.git"
},
"author": "Kevin Deisz",
"license": "MIT",
"bugs": {
"url": "https://github.com/prettier/plugin-ruby/issues"
},
"homepage": "https://github.com/prettier/plugin-ruby#readme",
"dependencies": {
"prettier": "^1.16.4"
},
"devDependencies": {
"all-contributors-cli": "^6.1.2",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.16.0",
"jest": "^24.0.0"
},
"jest": {
"setupFilesAfterEnv": [
"./test/js/setupTests.js"
],
"testRegex": ".test.js$"
}
}