UNPKG

@nodesecure/i18n

Version:
45 lines (44 loc) 1.08 kB
{ "name": "@nodesecure/i18n", "version": "4.0.3", "description": "NodeSecure Internationalization", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test-only": "tsx --test ./test/**/*.spec.ts", "test": "c8 -r html npm run test-only", "build:documentation": "tsx ./scripts/buildDocumentation.ts" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/scanner.git" }, "keywords": [ "i18n", "nodesecure" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "files": [ "dist" ], "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/scanner/issues" }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/i18n#readme", "devDependencies": { "@types/lodash.get": "^4.4.9", "zup": "^0.0.2" }, "type": "module", "engines": { "node": ">=20" }, "dependencies": { "cacache": "^19.0.1", "deepmerge": "^4.3.1", "lodash.get": "^4.4.2" } }