indokit
Version:
Utility TypeScript untuk format & validasi data Indonesia (Rupiah, NIK, phone, slug, dsb.)
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "indokit",
"version": "1.0.8",
"description": "Utility TypeScript untuk format & validasi data Indonesia (Rupiah, NIK, phone, slug, dsb.)",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --coverage --watchAll=false",
"prepublishOnly": "npm run build"
},
"keywords": [
"id",
"indonesia",
"rupiah",
"validation",
"nik",
"phone",
"terbilang",
"utils",
"number-to-words",
"indonesian"
],
"author": "Nashih Amin",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"rimraf": "^5.0.0",
"rollup": "^3.29.4",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}