-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1015 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
{
"name": "yousign",
"version": "1.0.0",
"description": "Yousign Api V3 typescript",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaloEmbie/yousign.git"
},
"keywords": [
"yousign"
],
"author": "Malo Misson",
"license": "GNU GENERAL PUBLIC LICENSE",
"bugs": {
"url": "https://github.com/MaloEmbie/yousign/issues"
},
"homepage": "https://github.com/MaloEmbie/yousign#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}