forked from nemoe7/cs3-phisher-modded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 Bytes
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
{
"name": "cs3-phisher-modded",
"version": "1.0.0",
"description": "Shortcode: phisherrepo-nemo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gen-anilist": "graphql-codegen --config NemoUtils/AniListAPI/codegen.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nemoe7/cs3-phisher-modded.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/nemoe7/cs3-phisher-modded/issues"
},
"homepage": "https://github.com/nemoe7/cs3-phisher-modded#readme",
"dependencies": {
"graphql": "^16.11.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.6",
"@graphql-codegen/kotlin": "^3.0.2"
}
}