forked from PolestarLabs/skia-canvas-twemoji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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": "@socialsplash/skia-canvas-twemoji",
"version": "1.0.0",
"description": "Draw text with Twemoji on skia-canvas.",
"scripts": {
"watch": "parcel watch",
"build": "parcel build --no-scope-hoist --no-content-hash --no-optimize"
},
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/socialsplash/skia-canvas-twemoji.git"
},
"bugs": {
"url": "https://github.com/socialsplash/skia-canvas-twemoji/issues"
},
"homepage": "https://github.com/socialsplash/skia-canvas-twemoji#readme",
"keywords": [
"canvas",
"skia-canvas",
"twemoji",
"emoji",
"skia-canvas-twemoji"
],
"author": "William DA SILVA <[email protected]>",
"license": "MIT",
"dependencies": {
"skia-canvas": "^0.9.28",
"twemoji-parser": "^13.1.0"
},
"devDependencies": {
"@parcel/packager-ts": "^2.2.0",
"@parcel/transformer-typescript-types": "^2.2.0",
"@types/twemoji": "^12.1.2",
"@types/twemoji-parser": "^13.1.1",
"parcel": "^2.2.0",
"typescript": "^4.5.4"
}
}