UNPKG

@pelag/nts

Version:

Creation and support of the multilingual project Next.js

77 lines (76 loc) 2.03 kB
{ "name": "@pelag/nts", "version": "1.0.2", "description": "Creation and support of the multilingual project Next.js", "types": "dist/index.d.ts", "module": "dist/index.esm.js", "main": "dist/index.js", "bin": { "nts": "dist/cli.js" }, "files": [ "dist" ], "scripts": { "typecheck": "tsc --noEmit", "format": "prettier . --write", "build": "npm run typecheck && rollup -c", "pack": "npm run build && npm pack", "dev": "rollup -c -w", "clean": "rimraf dist", "prebuild": "npm run clean && npm run format", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/pelag-soft/nts.git" }, "keywords": [ "nextjs", "cli", "internationalization", "multilingual" ], "author": "pelag", "license": "MIT", "type": "commonjs", "bugs": { "url": "https://github.com/pelag-soft/nts.git/issues" }, "homepage": "https://github.com/pelag-soft/nts.git#readme", "engines": { "node": ">=20.0.0" }, "dependencies": { "@inquirer/prompts": "^7.6.0", "axios": "^1.10.0", "commander": "^14.0.0", "cross-spawn": "^7.0.6", "fs-extra": "^11.3.0", "yauzl": "^3.2.0", "zod": "^3.25.67" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/cross-spawn": "^6.0.6", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.14", "@types/node": "^24.0.13", "@types/yauzl": "^2.10.3", "jest": "^29.7.0", "prettier": "3.6.2", "rimraf": "^6.0.1", "rollup": "^4.44.2", "rollup-plugin-copy": "^3.5.0", "ts-jest": "^29.4.0", "tslib": "^2.8.1", "typescript": "^5.8.3" } }