-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
48
49
50
51
52
{
"name": "@algoux/standard-ranklist-utils",
"version": "0.1.1",
"author": "bLue",
"keywords": [
"standard ranklist",
"srk",
"utils"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "NODE_OPTIONS='--es-module-specifier-resolution=node' ts-node --transpile-only src/index.ts",
"build": "rimraf dist && tsc"
},
"dependencies": {
"bcp-47-match": "^2.0.2",
"bignumber.js": "^9.1.1",
"semver": "^7.5.4",
"textcolor": "^1.0.2"
},
"devDependencies": {
"@algoux/standard-ranklist": "^0.3.3",
"@types/node": "^16.18.38",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-alloy": "^4.0.0",
"prettier": "^2.7.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@algoux/standard-ranklist": "*"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/algoux/standard-ranklist-utils.git"
},
"bugs": {
"url": "https://github.com/algoux/standard-ranklist-utils/issues"
},
"homepage": "https://github.com/algoux/standard-ranklist-utils#readme",
"srkSupportedVersions": ">=0.3.0 <=0.3.3"
}