-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1022 Bytes
/
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
{
"name": "aparat.js",
"version": "0.0.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"
},
"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": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
"@Sobhan-SRZA:registry": "https://npm.pkg.github.com"
}
}