-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 681 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 681 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
{
"name": "xtoolset",
"version": "0.0.1",
"license": "MIT",
"description": "Fancy typescript / javascript spreadsheet tools for browsers and node, which helps handle spreadsheet files `xlsx` in smart way by using high level api",
"repository": {
"type": "git",
"url": "git+https://github.com/Siemienik/xtoolset"
},
"author": "Paweł Siemienik <npm@siemienik.pl>",
"funding": "https://github.com/sponsors/Siemienik",
"scripts": {
"format": "npm run format:markdown",
"format:markdown": "markdownlint --fix **/*.md"
},
"devDependencies": {
"markdownlint-cli": "^0.31.1"
},
"files": [
"LICENSE",
"README.md",
"index.js"
]
}