-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 981 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
{
"name": "voz-infinite-scroll",
"version": "1.0.0",
"description": "voz-infinite-scroll",
"main": "infinite-voz.js",
"scripts": {
"build": "npm ci && ./build.sh",
"lint": "eslint --ext ts src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReeganExE/voz-infinite-scroll.git"
},
"keywords": [],
"author": "Ninh Pham (ReeganExE), Nguyen Duy Tiep (green-leaves)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReeganExE/voz-infinite-scroll/issues"
},
"homepage": "https://github.com/ReeganExE/voz-infinite-scroll#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.2"
}
}