-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1023 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
{
"name": "twinkled",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/parser": "^7.24.4",
"@babel/preset-env": "^7.24.3",
"@babel/traverse": "^7.24.1",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"tslog": "^4.9.2"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.0",
"@stylistic/eslint-plugin-ts": "^1.7.0",
"@types/babel__generator": "^7.6.8",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"typescript": "^5.4.3"
},
"private": true
}