-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
60 lines (60 loc) · 1.79 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
{
"name": "thai-baht-text",
"version": "2.0.6",
"description": "Convert number to Thai Bath as Text",
"main": "dist/thai-baht-text.min.js",
"types": "index.d.ts",
"scripts": {
"test-mocha": "ts-mocha tests/unit/*.spec.ts",
"test-mocha-watch": "ts-mocha --watch src/*.spec.js",
"test": "cross-env NODE_ENV=test nyc --all npm run test-mocha",
"test:watch": "cross-env NODE_ENV=test nyc --all npm run test-mocha-watch",
"test:mutation": "npx stryker run",
"build": "tsc && uglifyjs --mangle webkit,v8 ./dist/thai-baht-text.js -o ./dist/thai-baht-text.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antronic/thai-baht-text-js.git"
},
"keywords": [
"Thai",
"baht",
"text",
"ThaiBaht",
"ThaiBahtText",
"Thai baht",
"Thai baht text",
"convert",
"javascript",
"typescript",
"Thai baht text js",
"แปลงเลขไทย",
"แปลงเลขเงินไทย",
"convert thai baht"
],
"author": "Jirachai Chansivanon <jirachai.c@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antronic/thai-baht-text-js/issues"
},
"homepage": "https://github.com/antronic/thai-baht-text-js#readme",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.17",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.7",
"@types/node": "^22.2.0",
"chai": "^4.5.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/mocha-runner": "^7.3.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.4",
"uglify-js": "^3.19.2"
}
}