2023-10-21 15:10:39 +02:00
{
"name" : "@push.rocks/smarti18n" ,
2023-10-21 16:05:36 +02:00
"version" : "1.0.4" ,
2023-10-21 15:10:39 +02:00
"private" : false ,
2024-04-14 17:42:48 +02:00
"description" : "A package for internationalization (i18n) that provides utilities for dealing with international phone number prefixes, country codes, and names." ,
2026-05-01 22:10:01 +00:00
"exports" : {
"." : "./dist_ts/index.js"
} ,
2023-10-21 15:10:39 +02:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
"type" : "module" ,
2026-05-01 22:10:01 +00:00
"author" : "Task Venture Capital GmbH <hello@task.vc>" ,
2023-10-21 15:10:39 +02:00
"license" : "MIT" ,
"scripts" : {
2026-05-01 22:10:01 +00:00
"test" : "tstest test/" ,
"build" : "tsbuild --web" ,
"buildDocs" : "tsdoc"
2023-10-21 15:10:39 +02:00
} ,
"devDependencies" : {
2026-05-01 22:10:01 +00:00
"@git.zone/tsbuild" : "^4.4.0" ,
"@git.zone/tsdoc" : "^2.0.3" ,
"@git.zone/tstest" : "^3.6.3" ,
"@types/node" : "^25.6.0"
2023-10-21 15:10:39 +02:00
} ,
"repository" : {
"type" : "git" ,
2024-05-29 14:13:37 +02:00
"url" : "https://code.foss.global/push.rocks/smarti18n.git"
2023-10-21 15:10:39 +02:00
} ,
"bugs" : {
2026-05-01 22:10:01 +00:00
"url" : "https://code.foss.global/push.rocks/smarti18n/issues"
2023-10-21 15:10:39 +02:00
} ,
2024-05-29 14:13:37 +02:00
"homepage" : "https://code.foss.global/push.rocks/smarti18n" ,
2023-10-21 15:10:39 +02:00
"browserslist" : [
"last 1 chrome versions"
] ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
2026-05-01 22:10:01 +00:00
".smartconfig.json" ,
"license" ,
2023-10-21 15:10:39 +02:00
"npmextra.json" ,
"readme.md"
2024-04-14 17:42:48 +02:00
] ,
"keywords" : [
"i18n" ,
"internationalization" ,
"country codes" ,
"phone prefixes" ,
"typescript" ,
"npm package" ,
"country names" ,
"language support" ,
"translation utilities" ,
"globalization"
2023-10-21 15:10:39 +02:00
]
2026-05-01 22:10:01 +00:00
}