-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 983 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
37
38
{
"name": "codeforces-rcpc",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node .",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"prepublish": "tsc",
"build": "tsc",
"test": "",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "eslint ./src --ext .js,.ts --fix",
"typecheck": "tsc --noEmit -p ."
},
"dependencies": {
"aes-js": "^3.1.2",
"got": "^11.8.5"
},
"devDependencies": {
"@types/aes-js": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}