-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "@flowdegree/arabic-strings",
"license": "MIT",
"version": "2.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"release": "pnpm run build && changeset publish",
"clean": "shx rm -rf lib && shx rm -rf dist",
"lint": "tsc",
"build": "pnpm run clean && tsup src/index.ts --format cjs,esm --dts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flowdegree/arabicStrings.git"
},
"keywords": [
"strings",
"arabic",
"clean"
],
"publishConfig": {
"access": "public"
},
"author": "Mohannad F. Otaibi",
"bugs": {
"url": "https://github.com/flowdegree/arabicStrings/issues"
},
"homepage": "https://github.com/flowdegree/arabicStrings#readme",
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/node": "^20.2.5",
"shx": "^0.3.4",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}