asian-regexps
Version:
Japanese-Chinese-Korean regexps
62 lines (61 loc) • 1.06 kB
JSON
{
"name": "asian-regexps",
"description": "Japanese-Chinese-Korean regexps",
"version": "5.1.0",
"author": "Valentin Degenne <vdegenne@gmail.com>",
"main": "index.js",
"module": "index.js",
"type": "module",
"scripts": {
"build": "wireit",
"test": "wireit"
},
"wireit": {
"build": {
"command": "tsc --pretty",
"clean": "if-file-deleted",
"files": [
"./tsconfig.json",
"./src"
],
"output": [
"./index.d.ts",
"./index.js",
"./index.js.map",
"./index.d.ts.map",
"./test/"
]
},
"test": {
"command": "mocha",
"dependencies": [
"build"
],
"files": [],
"output": []
}
},
"repository": {
"type": "git",
"url": "https://github.com/vdegenne/asian-regexps.git"
},
"keywords": [
"regexp",
"chinese",
"korean",
"japanese",
"asia"
],
"files": [
"/index.js",
"/index.d.ts"
],
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/mocha": "^10.0.1",
"mocha": "^10.2.0",
"typescript": "^5.0.4",
"wireit": "^0.9.5",
"xregexp": "^5.1.1"
}
}