-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.19 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
54
55
56
57
58
59
60
61
{
"name": "ytid",
"version": "1.3.0",
"description": "Create URL friendly short IDs just like YouTube",
"author": "Pratyush Goel",
"homepage": "https://github.com/pratyushly/ytid#readme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "husky install",
"lint": "tsc",
"build": "tsup index.ts --format cjs,esm --dts",
"distribute": "pnpm lint && pnpm build && changeset publish"
},
"keywords": [
"YouTube",
"url",
"id",
"bitly",
"nanoid",
"shortid",
"uuid",
"mongoid",
"ytid",
"YouTube id",
"url id",
"nextjs",
"react",
"twitter",
"medium",
"seo",
"seo id",
"url id",
"short id",
"google id",
"slug",
"url slug",
"offensive",
"cuss",
"dataset",
"javascript"
],
"devDependencies": {
"@changesets/cli": "^2.26.1",
"husky": "^8.0.0",
"tsup": "^6.7.0",
"typescript": "^5.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratyushly/ytid.git"
},
"bugs": {
"url": "https://github.com/pratyushly/ytid/issues"
},
"license": "Apache-2.0"
}