-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 886 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
{
"name": "accountid",
"version": "1.2.6",
"description": "Create URL friendly short IDs just like YouTube",
"author": "Pratyush Goel",
"homepage": "https://github.com/pratyushly/accountid#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": [
"ytid"
],
"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/accountid.git"
},
"bugs": {
"url": "https://github.com/pratyushly/accountid/issues"
},
"license": "Apache-2.0"
}