forked from realcxj1989/canvas-emoji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 892 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": "canvas-emoji",
"version": "1.0.7",
"description": "",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && node test/test",
"format": "prettier --write '**/*.{ts,json,md}'",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realcxj1989/canvas-emoji.git"
},
"keywords": [],
"author": "realcxj1989 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/realcxj1989/canvas-emoji/issues"
},
"homepage": "https://github.com/realcxj1989/canvas-emoji#readme",
"dependencies": {
"canvas": "^2.6.0",
"node-emoji": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.12.6",
"prettier": "^1.16.4",
"tslib": "^1.9.0",
"tslint": "^5.0.0",
"tslint-config-egg": "^1.0.0",
"typescript": "^3.0.0"
}
}