-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 945 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 945 Bytes
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
{
"name": "gode.js",
"version": "2.1.4",
"description": "Convert gibberish caused by Thai user forgotting to change their keyboard layout.",
"author": "Jakkaphat Chalermphanaphan",
"main": "dist/gode.js",
"types": "dist/gode.d.ts",
"files": [
"dist/*.js",
"dist/**/*.js",
"dist/*.ts",
"dist/**/*.ts"
],
"scripts": {
"build": "tsc",
"release": "release-it",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/godeProject/gode.js.git"
},
"bugs": {
"url": "https://github.com/godeProject/gode.js/issues"
},
"homepage": "https://github.com/godeProject/gode.js#readme",
"keywords": [
"thai",
"language"
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"jest": "^29.7.0",
"release-it": "*",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
}
}