-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
{
"name": "template-repos-ts",
"version": "2.1.3",
"description": "Template repository for using TypeScript",
"type": "module",
"scripts": {
"build": "yarn prebuild && rollup -c",
"prebuild": "rimraf dist",
"lint": "yarn lint:eslint && yarn lint:format",
"lint:eslint": "eslint . --fix",
"lint:format": "prettier --write '**/*.{ts,js,json,md,yml}'",
"prepare": "husky"
},
"author": "Dev Protocol",
"license": "MPL-2.0",
"dependencies": {
"@sparticuz/chromium": "^132.0.0",
"puppeteer-core": "^24.2.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/aws-lambda": "^8.10.147",
"@types/dotenv": "8.2.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "22.7.9",
"aws-lambda": "1.0.7",
"dotenv": "16.4.5",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-functional": "^7.0.2",
"globals": "^15.11.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "^4.32.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.9.0"
},
"repository": "git+https://github.com/dev-protocol/template-repos-ts.git",
"bugs": {
"url": "https://github.com/dev-protocol/template-repos-ts/issues"
},
"homepage": "https://github.com/dev-protocol/template-repos-ts#readme",
"private": true,
"packageManager": "yarn@4.5.1"
}