-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "thai-id-card",
"version": "0.0.10",
"description": "thai id card check/generate",
"main": "index.min.js",
"scripts": {
"test": "jest",
"minify": "jsmin -o dist/index.min.js dist/index.js",
"build": "tsc && cp package.json dist/package.json && cp README.md dist/README.md && npm run minify",
"publish": "npm publish --access public ./dist"
},
"license": "ISC",
"author": "naphatthatawat (naphattharawat@gmail.com)",
"repository": {
"type": "git",
"url": "https://github.com/naphattharawat/thai-id-card.git"
},
"bugs": {
"url": "https://github.com/naphattharawat/thai-id-card/issues"
},
"homepage": "https://github.com/naphattharawat/thai-id-card",
"dependencies": {
"@types/node": "^12.7.12"
},
"devDependencies": {
"jest": "^24.9.0",
"jsmin": "^1.0.1",
"typescript": "^3.6.4"
},
"keywords": [
"thai",
"thai-id-card",
"id-card",
"random id",
"verify id",
"บัตรประชาชน",
"สุ่มบัตรประชาชน",
"ตรวจสอบเลข",
"ตรวจสอบเลขบัตรประชาชน",
"ตรวจสอบ",
"verify",
"random",
"generate",
"cid",
"check cid"
]
}