-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·42 lines (42 loc) · 1.26 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
{
"name": "donation-widget-payu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"assets": "grunt",
"format": "prettier --write \"src/{backend,frontend}/**/*.{ts,js,scss}\"",
"lint": "eslint \"src/{backend,frontend}/js/**/*.{ts,js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedek6/donation-widget-payu.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fedek6/donation-widget-payu/issues"
},
"homepage": "https://github.com/fedek6/donation-widget-payu",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"babelify": "^10.0.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"grunt": "^1.3.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.1.0",
"prettier": "^2.2.1",
"tsify": "^5.0.2",
"typescript": "^4.2.4"
}
}