-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@ezralazuardy/aksara",
"version": "0.0.4",
"description": "ꦲ Headless javanese script translator.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"lint": "eslint src/ --cache",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezralazuardy/aksara.git"
},
"keywords": [
"aksara",
"javanese",
"jawa",
"translate",
"npm",
"pnpm",
"yarn",
"bun",
"next"
],
"author": "Ezra Lazuardy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezralazuardy/aksara/issues"
},
"homepage": "https://github.com/ezralazuardy/aksara#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@eslint/compat": "^1.0.1",
"@eslint/js": "^9.4.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/type-utils": "^7.10.0",
"@typescript-eslint/utils": "^7.10.0",
"chai": "^4.4.1",
"eslint": "^9.4.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.3.0",
"mocha": "^10.4.0",
"ts-node": "^10.9.2",
"typescript-eslint": "^7.12.0"
}
}