-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 1.23 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
44
45
46
47
{
"name": "nftboil",
"private": true,
"version": "1.0.0",
"description": "NFTBoil collection",
"main": "index.js",
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.23",
"@types/sharp": "^0.31.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"chai": "^4.3.6",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HayattiQ/NFTBoil.git"
},
"engines": {
"node": ">=14.19.0",
"pnpm": ">= 7.12.1"
},
"packageManager": "pnpm@7.12.1",
"author": "HayattiQ",
"license": "MIT",
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,md,json}": "prettier --write"
},
"homepage": "https://github.com/HayattiQ/NFTBoil#readme"
}