-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "e-commerce-search-info",
"version": "0.0.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"repository": "https://github.com/2noScript/e-commerce-search-info",
"scripts": {
"build": "tsc",
"dev": "nodemon --exec ts-node tests/index.ts",
"dev:fptshop": "nodemon --exec ts-node tests/fptshop.test.ts",
"dev:lazada": "nodemon --exec ts-node tests/lazada.test.ts",
"dev:sendo": "nodemon --exec ts-node tests/sendo.test.ts",
"dev:shopee": "nodemon --exec ts-node tests/shopee.test.ts",
"dev:tiki": "nodemon --exec ts-node tests/tiki.test.ts",
"dev:viettelstore": "nodemon --exec ts-node tests/viettelstore.test.ts",
"prepare": "yarn build"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^22.13.1",
"@types/speakingurl": "^13.0.6",
"axios": "^1.7.9",
"nodemon": "^3.0.3",
"t2-browser-worker": "^0.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14"
},
"keywords": [
"shopee",
"lazada",
"tiki",
"sendo",
"fptshop",
"viettelstore",
"tokopedia",
"Bukalapak",
"coupang",
"gmarket",
"search"
]
}