Skip to content

Commit dbb741d

Browse files
committed
Update package.json
1 parent 36d1d89 commit dbb741d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
{
22
"name": "figma-linux-rust-binding",
33
"version": "0.1.0",
4-
"description": "Figma-linux binding module",
4+
"description": "Rust module that makes object of meta data of fonts",
55
"main": "index.mjs",
66
"author": "ChugunovRoman <Zebs-BMK@yandex.ru>",
7-
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/ChugunovRoman/figma-linux-rust-binding.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/ChugunovRoman/figma-linux-rust-binding/issues"
13+
},
14+
"homepage": "https://github.com/ChugunovRoman/figma-linux-rust-binding",
15+
"keywords": [
16+
"Rust",
17+
"nodejs",
18+
"fonts",
19+
"Linux"
20+
],
21+
"license": "GPL-2.0",
822
"dependencies": {
923
"neon-cli": "^0.3.1"
1024
},
25+
"types": "index.d.ts",
26+
"deprecated": false,
1127
"scripts": {
1228
"install": "neon build --release",
1329
"start": "node --experimental-modules ./index.mjs",

0 commit comments

Comments
 (0)