-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
42
43
44
45
46
47
48
{
"name": "@t36campbell/apli",
"version": "0.1.1",
"description": "",
"main": "index.js",
"bin": {
"apli": "dist/apli.js"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --fix"
},
"keywords": [],
"author": "Tyler Campbell <campbell3636@yahoo.com>",
"license": "MIT",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.43.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"yargs": "^17.7.2"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/t36campbell/apli.git"
},
"bugs": {
"url": "https://github.com/t36campbell/apli/issues"
},
"homepage": "https://github.com/t36campbell/apli#readme"
}