-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
{
"name": "sake-publish",
"version": "0.1.17",
"description": "Publish projects to npm and GitHub",
"main": "lib/sake-publish.js",
"module": "lib/sake-publish.mjs",
"js:next": "lib/sake-publish.mjs",
"files": [
"lib/",
"src/"
],
"devDependencies": {
"coffeescript": "^2.2.3",
"sake-bundle": "^0.6.7",
"sake-cli": "^0.6.5",
"sake-outdated": "^0.2.2",
"sake-test": "^0.2.1",
"sake-version": "^0.1.19"
},
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build",
"pretest": "sake build",
"test": "sake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sakejs/sake-publish.git"
},
"keywords": [],
"author": "Hanzo, Inc. <hi@hanzo.io",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sakejs/sake-publish/issues"
},
"homepage": "https://github.com/sakejs/sake-publish#readme"
}