-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "linterf",
"version": "3.0.25",
"description": "Line interface for easier use of cli",
"main": "dist/src/index.js",
"author": "ice1",
"license": "Apache-2.0",
"dependencies": {
"@typescript-eslint/parser": "^6.11.0",
"chalk": "^4.1.2",
"eslint": "^8.53.0",
"image-to-ascii": "^3.2.0",
"puppeteer": "^21.5.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@types/ascii-art": "^1.4.3"
},
"scripts": {
"test": "npx babel tests --out-dir tests"
},
"publishConfig": {
"@ice1:registry": "https://npm.pkg.github.com"
},
"repository": "https://github.com/ICe1BotMaker/linterf",
"keywords": [
"linterf",
"cli",
"3d",
"argument",
"argv",
"args"
]
}