forked from jotform/jotform-api-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 920 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
{
"readmeFilename": "README.md",
"gitHead": "0faea06f81f0b3c533ec569c5e8f25a9152f444c",
"name": "jotform",
"description": "jotform API nodejs client",
"version": "1.0.1",
"directories": {
"test": "test"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"scripts": {
"test": "npm run build && jest --testRegex=\"[^\\.]+\\user.test\\.ts$\" --passWithNoTests -w 1",
"tsc": "tsc",
"build": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/jotform/jotform-api-nodejs.git"
},
"author": "mustafa dikici",
"license": "MIT",
"bugs": {
"url": "https://github.com/jotform/jotform-api-nodejs/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^1.6.2",
"tslib": "^2.6.2"
}
}