-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "eastern-cli",
"version": "1.0.0",
"description": "",
"bin": {
"eastern": "eastern"
},
"main": "src",
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.4.1",
"chopsticks": "^0.6.0",
"globby": "^8.0.1"
},
"peerDependencies": {
"eastern": "^2.0.0-pre"
},
"scripts": {
"start": "abby format, test --watch \"{./,src,test}/**/*.mjs\"",
"test": "node --experimental-modules --no-warnings ./test/index.mjs",
"format": "prettier \"{./,src,test}/**/*.mjs\" --write --loglevel silent",
"postversion": "git push --follow-tags && conventional-github-releaser -p atom"
},
"devDependencies": {
"abigail": "^1.9.5",
"assert-diff": "^2.0.3",
"delay": "^3.0.0",
"eastern": "^2.0.0-pre",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/59naga/eastern-cli.git"
},
"author": "59naga <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/59naga/eastern-cli/issues"
},
"homepage": "https://github.com/59naga/eastern-cli#readme"
}