-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"main": "app.ts",
"license": "MIT",
"scripts": {
"populate": "ts-node ./app.ts",
"update": "ts-node ./update.ts"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/chai": "^4.2.14",
"@types/jest": "^27.4.0",
"@types/mocha": "^9.0.0",
"@types/node": "^15.12.4",
"@types/yargs": "latest",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"chai": "^4.3.4",
"cross-env": "^7.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^7.2.0",
"mocha": "^9.1.3",
"prettier": "^2.0.5",
"typedoc": "^0.22.5",
"typescript": "^4.1.3"
},
"dependencies": {
"@solana/spl-token": "^0.2.0",
"@solana/spl-token-registry": "^0.2.3307",
"@solana/web3.js": "^1.37.0",
"@tsconfig/recommended": "^1.0.1",
"@types/got": "^9.6.12",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"dotenv-expand": "^5.1.0",
"got-cjs": "^12.0.1",
"promise-retry": "^2.0.1",
"ts-node": "^9.1.1",
"ts-postgres": "^1.2.1"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}