forked from atom/language-ruby
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
35 lines (35 loc) · 973 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
{
"name": "language-crystal-actual",
"version": "0.37.3",
"description": "Crystal language support in Atom",
"engines": {
"atom": "*",
"node": "*"
},
"license": "MIT",
"repository": "https://github.com/crystal-lang-tools/language-crystal",
"atomTestRunner": "atom-test-runner-jest",
"scripts": {
"test": "atom --test .",
"commitmsg": "commitlint -e $GIT_PARAMS",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"release": {
"extends": "@semantic-release/apm-config"
},
"devDependencies": {
"@commitlint/cli": "^5.2.8",
"@commitlint/config-conventional": "^5.2.3",
"@commitlint/travis-cli": "^5.2.8",
"@semantic-release/apm-config": "^1.0.3",
"atom-test-runner-jest": "^0.1.3",
"husky": "^0.14.3",
"jest-preset-atom": "^0.1.9",
"semantic-release": "^11.0.2",
"travis-deploy-once": "^4.3.0"
},
"jest": {
"preset": "jest-preset-atom"
}
}