-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 935 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
34
35
{
"name": "splicenft",
"version": "1.0.0",
"description": "A generative art platform that renders deterministic, validated header images for existing NFTs",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm run -r build"
},
"engines": {
"node": ">=16",
"pnpm": ">=5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cod1ng-earth/splicenft.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cod1ng-earth/splicenft/issues"
},
"homepage": "https://getsplice.io",
"devDependencies": {
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.20.3",
"prettier": "^2.4.0",
"typescript": "*"
}
}