forked from gooody/slack-mrkdwn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 692 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 692 Bytes
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
{
"name": "slack-mrkdwn",
"version": "0.1.9-betta",
"description": "",
"type": "module",
"main": "./lib/index.js",
"scripts": {
"build": "tsc --build",
"pub": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gooody/slack-mrkdwn.git"
},
"author": "Nicholas Kravchenko",
"license": "MIT",
"keywords": [
"slack",
"mrkdwn",
"html",
"markdown",
"converter"
],
"bugs": {
"url": "https://github.com/gooody/slack-mrkdwn/issues"
},
"homepage": "https://github.com/gooody/slack-mrkdwn#readme",
"devDependencies": {
"typescript": "^4.1.2"
},
"files": [
"lib/**/*"
]
}