-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 831 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 831 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
{
"name": "bahtrext",
"version": "2.5.1",
"description": "BahtText Stringify",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"cv": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"author": "Chadin Chaipornpisuth",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/PingHuskar/npm-bahtrext.git"
},
"keywords": [
"Thai",
"BahtText",
"Large Number",
"regex",
"ES6",
"ES Modules"
],
"devDependencies": {
"bahttext": "^2.3.0",
"jest": "^29.7.0",
"numbaht": "^0.1.1"
},
"dependencies": {
"operation-strint": "^1.0.9",
"thai-baht-text": "^2.0.5",
"tiny-invariant": "^1.3.3",
"try-catch": "^3.0.1"
}
}