-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 990 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
{
"name": "djadyen",
"version": "1.0.0",
"description": "",
"main": "./djadyen/static/djadyen/djadyen.js",
"browserslist": "> 0.05%",
"type": "module",
"scripts": {
"build": "esbuild ./javascript/djadyen.js --bundle --minify --outfile=./djadyen/static/djadyen/djadyen.js",
"watch": "esbuild ./javascript/djadyen.js --bundle --minify --outfile=./djadyen/static/djadyen/djadyen.js --watch",
"lint": "prettier javascript/ -c",
"format": "prettier javascript/ -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maykinmedia/djadyen.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maykinmedia/djadyen/issues"
},
"homepage": "https://github.com/maykinmedia/djadyen#readme",
"dependencies": {
"@adyen/adyen-web": "^5.13.1"
},
"devDependencies": {
"esbuild": "^0.14.36",
"prettier": "^2.6.2"
}
}