UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@to-da-moon/thai-baht-lib",
3 "version": "0.0.12",
4 "description": "Change number to thai baht text",
5 "license": "MIT",
6 "homepage": "https://github.com/to-da-moon/thai-baht-lib#readme",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/to-da-moon/thai-baht-lib.git"
10 },
11 "bugs": {
12 "url": "https://github.com/to-da-moon/thai-baht-lib/issues"
13 },
14 "main": "dist/index.js",
15 "files": [
16 "*",
17 "**/*"
18 ],
19 "keywords": [
20 "baht",
21 "typescript",
22 "thai-language",
23 "thai"
24 ],
25 "scripts": {
26 "test": "jest",
27 "benchmark": "node ./benchmark"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.15.8",
31 "@babel/preset-env": "^7.15.8",
32 "@babel/preset-typescript": "^7.15.0",
33 "@types/jest": "^27.0.2",
34 "babel-jest": "^27.2.4",
35 "jest": "^27.2.4",
36 "prettier": "^2.4.1",
37 "ts-node": "^10.2.1",
38 "typescript": "^4.4.3",
39 "@size-limit/preset-small-lib": "^6.0.0",
40 "baht": "^0.6.0",
41 "bahttext": "^2.0.2",
42 "husky": "^7.0.2",
43 "size-limit": "^6.0.0",
44 "thai-baht-text": "^1.0.8",
45 "thai-baht-text-ts": "^1.0.5"
46 },
47 "author": "Pakorn S <pakorn.sub5@gmail.com>",
48 "dependencies": {}
49}