forked from proofsh/fmdapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 987 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 987 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@proofgeist/fmdapi",
"version": "0.5.12",
"description": "FileMaker Data API client",
"main": "dist/index.js",
"repository": "git@github.com:proofgeist/fm-dapi.git",
"author": "Eric <37158449+eluce2@users.noreply.github.com>",
"license": "MIT",
"private": false,
"bin": {
"codegen": "dist/cli.js"
},
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc",
"test": "jest"
},
"dependencies": {
"chalk": "4.1.2",
"commander": "^9.2.0",
"dayjs": "^1.11.2",
"fs-extra": "^10.1.0",
"node-fetch": "2.6.7",
"dotenv": "^16.0.1",
"zod": "^3.16.0",
"ts-toolbelt": "^9.6.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"jest": "27.5.1",
"nock": "^13.2.4",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"files": [
"dist",
"utils",
"stubs"
]
}