-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 987 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
{
"name": "enmity",
"description": "API wrapper for Enmity.",
"version": "1.2.4",
"license": "GPL-3.0",
"scripts": {
"build": "tsc",
"prepub": "copy package.json dist && copy README.md dist",
"pub": "cd dist & npm publish",
"postpub": "cd dist & del package.json & del README.md",
"release": "pnpm build && pnpm prepub && pnpm pub && pnpm postpub",
"docs": "typedoc --readme none --entryPointStrategy expand ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enmity-mod/enmity-api.git"
},
"bugs": {
"url": "https://github.com/enmity-mod/enmity-api/issues"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.9",
"@types/react-native": "^0.67.7",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.11.0",
"typedoc": "^0.22.13",
"typescript": "^4.5.4"
}
}