-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1022 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
35
36
37
38
39
40
41
{
"name": "contexture-export",
"version": "1.3.2",
"description": "Contexture Exports",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./*": {
"import": "./dist/esm/*",
"require": "./dist/cjs/*"
}
},
"files": [
"dist"
],
"scripts": {
"prepack": "node ../../scripts/esbuild.js --platform=node",
"test": "yarn run -T test --project export"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/smartprocure/contexture.git"
},
"author": "SmartProcure",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartprocure/contexture/issues"
},
"homepage": "https://github.com/smartprocure/contexture/tree/main/packages/export",
"dependencies": {
"contexture-client": "^2.57.0",
"futil": "^1.76.4",
"lodash": "^4.17.21",
"minimal-csv-formatter": "^1.0.15",
"write-excel-file": "^2.0.1"
},
"packageManager": "[email protected]"
}