hanzi-tsconv
Version:
Hanzi Traditional <-> Simplified conversion
68 lines (67 loc) • 1.75 kB
JSON
{
"name": "hanzi-tsconv",
"version": "0.1.2",
"description": "Hanzi Traditional <-> Simplified conversion",
"main": "dist/main.js",
"scripts": {
"compile": "webpack --mode=production --env build",
"prepublish": "yarn run compile",
"build": "yarn run compile",
"dev": "webpack --mode=development --env dev",
"test": "mocha -r jsdom-global/register -r @babel/register --colors ./test/*.spec.js",
"test:watch": "mocha -r jsdom-global/register -r @babel/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"@babel/cli": "*",
"@babel/core": "*",
"@babel/preset-env": "^1.7.0",
"@babel/register": "*",
"@babel/plugin-proposal-export-default-from": "*",
"babel-eslint": "*",
"babel-loader": "*",
"chai": "*",
"eslint": "*",
"eslint-loader": "*",
"jsdom": "*",
"jsdom-global": "*",
"mocha": "*",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "*",
"webpack-cli": "^3.3.9",
"yargs": "*"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": true
},
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
}
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-export-default-from"
]
},
"repository": {
"type": "git",
"url": "https://github.com/buda-base/js-hanzi-conv.git"
},
"keywords": [
"Hanzi",
"Chinese Traditional",
"Chinese Simplified"
],
"author": "Elie Roux (Buddhist Digital Resource Center)",
"license": "MIT",
"bugs": {
"url": "https://github.com/buda-base/js-hanzi-conv/issues"
},
"homepage": "https://github.com/buda-base/js-hanzi-conv/issues"
}