-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.15 KB
/
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
42
43
{
"name": "@raphaelvserafim/gerar-pix-sicredi",
"version": "1.0.0",
"description": "Implementação em TypeScript para geração de cobranças e recebimento de eventos de webhook Pix com Sicredi",
"main": "dist/PixSicredi.js",
"types": "dist/PixSicredi.d.ts",
"private": false,
"keywords": [
"Pix",
"TypeScript",
"Sicredi",
"Sicredi Pix",
"Pix Sicredi",
"Webhook"
],
"scripts": {
"build": "tsc --project tsconfig.compile.json",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm run build && npm publish --access=public"
},
"author": "Raphael Serafim <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/raphaelvserafim/gerar-pix-sicredi.git"
},
"dependencies": {
"axios": "^1.6.8",
"fs": "^0.0.1-security",
"typescript": "^5.4.3"
},
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
}
}