-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.1 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@haqq/app-store-scraper",
"version": "1.1.2",
"license": "MIT",
"description": "Scrape data from the itunes app store",
"homepage": "https://github.com/haqq-network/app-store-scraper#readme",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/main.d.ts",
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"test": "ts-node test",
"lint": "eslint",
"format": "prettier --write '**/*.{ts,js,tsx,jsx,cjs,mjs,css,json,md,mdx,html,yaml,yml}'",
"install:husky": "husky || true",
"prepare": "pnpm install:husky",
"postinstall": "pnpm prepare",
"prepack": "pinst --disable || pnpm build",
"postpack": "pinst --enable",
"clean": "rm -rf dist && rm -rf .parcel-cache"
},
"keywords": [
"mac",
"app store",
"itunes",
"scraper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/haqq-network/app-store-scraper.git"
},
"bugs": {
"url": "https://github.com/haqq-network/app-store-scraper/issues"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"xml2js": "0.6.2"
},
"devDependencies": {
"@eslint/js": "9.5.0",
"@parcel/packager-ts": "2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.6",
"@semantic-release/npm": "12.0.1",
"@types/cheerio": "0.22.35",
"@types/node": "20.14.8",
"@types/xml2js": "0.4.14",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.6.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"parcel": "2.12.0",
"pinst": "3.0.0",
"prettier": "3.3.2",
"semantic-release": "24.0.0",
"ts-node": "10.9.2",
"typescript": "5.5.2",
"typescript-eslint": "7.14.1"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}