-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 973 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
{
"name": "vat",
"version": "0.1.4",
"description": "EU VAT Information Exchange System API. Validation of VAT numbers at scale.",
"main": "src/index.js",
"scripts": {
"build": "rollup -c",
"format": "prettier --write '*/*.{js,mjs,css,json,md}' --arrow-parens avoid --trailing-comma none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adaptive/vat.git"
},
"author": "Hugo Romano <hugoromano@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adaptive/vat/issues"
},
"homepage": "https://github.com/adaptive/vat#readme",
"dependencies": {
"fast-xml-parser": "3.20.0",
"jsvat": "2.5.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"prettier": "2.4.1",
"rollup": "2.56.3",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"@cloudflare/wrangler": "1.19.3"
},
"private": true
}