-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 834 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
36
{
"name": "pnw4js",
"version": "1.0.6",
"description": "A super simple npm library for interacting with Politics and War via JavaScript.",
"main": "dist/PoliticsAndWar.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkantereivin/pnw4js.git"
},
"keywords": [
"pnw",
"politics&war",
"politicsandwar",
"game",
"api",
"pnw4js",
"pw4js"
],
"author": "Canter#0548",
"license": "MIT",
"bugs": {
"url": "https://github.com/dkantereivin/pnw4js/issues"
},
"homepage": "https://github.com/dkantereivin/pnw4js#readme",
"devDependencies": {
"typedoc": "^0.16.6"
},
"dependencies": {
"@types/node": "^13.1.7",
"axios": "^0.21.1"
},
"types": "dist/PoliticsAndWar.d.ts"
}