|
- {
- "name": "@intlify/bundle-utils",
- "description": "Bundle utilities for Intlify project",
- "version": "5.5.0",
- "author": {
- "name": "kazuya kawaguchi",
- "email": "kawakazu80@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/intlify/bundle-tools/issues"
- },
- "peerDependenciesMeta": {
- "petite-vue-i18n": {
- "optional": true
- },
- "vue-i18n": {
- "optional": true
- }
- },
- "dependencies": {
- "@intlify/message-compiler": "9.3.0-beta.17",
- "@intlify/shared": "9.3.0-beta.17",
- "acorn": "^8.8.2",
- "escodegen": "^2.0.0",
- "estree-walker": "^2.0.2",
- "jsonc-eslint-parser": "^1.0.1",
- "magic-string": "^0.30.0",
- "source-map": "0.6.1",
- "yaml-eslint-parser": "^0.3.2"
- },
- "devDependencies": {
- "@types/escodegen": "^0.0.7",
- "@types/estree": "^1.0.0"
- },
- "engines": {
- "node": ">= 12"
- },
- "files": [
- "lib",
- "index.mjs"
- ],
- "homepage": "https://github.com/intlify/bundle-tools/blob/main/packages/bundle-utils/README.md",
- "license": "MIT",
- "main": "lib/index.js",
- "module": "./index.mjs",
- "types": "lib/index.d.ts",
- "exports": {
- ".": {
- "import": "./index.mjs",
- "require": "./lib/index.js",
- "types": "./lib/index.d.ts"
- },
- "./lib/*": "./lib/*",
- "./package.json": "./package.json"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/intlify/bundle-tools.git",
- "directory": "packages/bundle-utils"
- },
- "scripts": {
- "build": "tsc -p .",
- "clean": "npm-run-all \"clean:*\"",
- "clean:lib": "rm -rf ./lib",
- "watch": "tsc -p . --watch",
- "changelog": "jiti ../../scripts/changelog.ts",
- "release": "jiti ../../scripts/release.ts"
- }
- }
|