We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb27e2 commit 5dbe85cCopy full SHA for 5dbe85c
package.json
@@ -3,6 +3,10 @@
3
"version": "0.1.3",
4
"description": "Fast and efficient large excel file writer",
5
"main": "dist/index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/slaveofcode/fastexcel.git"
9
+ },
10
"scripts": {
11
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
12
"build-debug": "npm run build --",
@@ -22,5 +26,6 @@
22
26
"writer",
23
27
"streaming",
24
28
"office"
25
- ]
29
+ ],
30
+ "homepage": "https://github.com/slaveofcode/fastexcel#readme"
31
}
0 commit comments