UNPKG

vikit

Version:

Vietnamese Kit - Useful utilities for Vietnamese developer.

61 lines (60 loc) 1.48 kB
{ "name": "vikit", "version": "0.3.4", "description": "Vietnamese Kit - Useful utilities for Vietnamese developer.", "repository": "https://github.com/write-for-CHRIST/viutil.git", "author": "Nam Pham <nampdn@protonmail.com>", "license": "MIT", "main": "dist/index.js", "typings": "build/index.d.ts", "module": "build/index.js", "keywords": [ "vietnamese", "vietnam", "phonenumber", "tieng viet", "khong dau", "chuyen doi dau so", "nha mang", "mobifone", "vinaphone", "viettel", "vietnamobile" ], "files": [ "build/*", "dist/*" ], "scripts": { "start": "run-p watch:tsc watch:parcel", "build": "run-s build:tsc build:parcel", "test": "jest", "test:watch": "jest --watchAll", "watch:parcel": "parcel watch src/index.ts --target node", "watch:tsc": "tsc --watch", "build:parcel": "parcel build build/index.js --target node", "build:tsc": "tsc" }, "devDependencies": { "@types/jest": "^23.1.0", "babel-core": "^6.26.3", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "jest": "^23.1.0", "npm-run-all": "^4.1.3", "parcel-bundler": "^1.9.0", "parcel-plugin-typescript": "^1.0.0", "ts-jest": "^22.4.6", "typescript": "^2.9.2" }, "jest": { "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "\\.(ts|tsx)$": "ts-jest" }, "testRegex": "/src/.*.test.(ts|tsx|js)$" } }