-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "@vipran/aksharas-web",
"private": true,
"version": "0.4.0",
"description": "Aksharas is an utility web-app for analysing the akṣaras and varṇas in a Devanagari text.",
"author": "Prasanna Venkatesh T S <vipranarayan14@gmail.com>",
"main": "index.js",
"type": "module",
"scripts": {
"check": "tsc",
"dev": "vite --port 3000",
"build": "npm run check && vite build",
"preview": "npm run build && vite preview",
"preversion": "npm run check",
"release": "git push && git push --tags"
},
"dependencies": {
"@vipran/aksharas": "^0.4.0"
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vipranarayan14/aksharas-web.git"
},
"homepage": "https://github.com/vipranarayan14/aksharas-web#readme",
"bugs": {
"url": "https://github.com/vipranarayan14/aksharas-web/issues"
},
"keywords": [
"devanagari",
"sanskrit",
"indic-scripts",
"indic-languages"
],
"license": "MIT"
}