-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "polling-account-fetcher",
"version": "1.0.15",
"main": "lib/index.js",
"author": " <[email protected]>",
"license": "MIT",
"dependencies": {
"@project-serum/anchor": "0.25.0",
"axios": "^0.27.2"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"ts-node": "^10.6.0",
"typescript": "^4.6.2"
},
"scripts": {
"build": "ts-node build/index.ts",
"prettify": "prettier --check './src/**/*.ts'",
"prettify:fix": "prettier --write './src/**/*.ts'",
"lint": "eslint . --ext ts --quiet",
"lint:fix": "eslint . --ext ts --fix"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmvdz/polling-account-fetcher.git"
},
"bugs": {
"url": "https://github.com/lmvdz/polling-account-fetcher/issues"
},
"homepage": "https://github.com/lmvdz/polling-account-fetcher#readme",
"description": ""
}