UNPKG

@nodesecure/i18n

Version:
52 lines (51 loc) 1.3 kB
{ "name": "@nodesecure/i18n", "version": "4.1.0", "description": "NodeSecure Internationalization", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -b", "prepublishOnly": "npm run build", "test-only": "node --test ./test/**/*.spec.ts", "test-types": "attw --pack . --profile esm-only", "test": "c8 -r html npm run test-only && npm run test-types", "build:documentation": "node ./scripts/buildDocumentation.ts" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/NodeSecure/scanner", "directory": "workspaces/i18n" }, "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": "^20.0.0", "deepmerge": "^4.3.1", "lodash.get": "^4.4.2" } }