-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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
{
"name": "aparat.js",
"version": "0.1.0",
"author": "Sobhan-SRZA (mr.sinre) & Persian Caesar",
"description": "The aparat website services for npm package.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"test": "node ./example/"
},
"bugs": {
"url": "https://github.com/Sobhan-SRZA/aparat.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sobhan-SRZA/aparat.js.git"
},
"homepage": "https://github.com/Sobhan-SRZA/aparat.js#readme",
"keywords": [
"aparat.js",
"aparat.com",
"persian",
"discord",
"downloader",
"aparat",
"aparatdl",
"js",
"node.js",
"dispart",
"aparatjs",
"aparat-js",
"npm",
"persian-caesar",
"sobhan-srza"
],
"devDependencies": {
"@types/node": "^22.5.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
"@Sobhan-SRZA:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"events": "^3.3.0"
}
}