{ "name": "@pnpm/plugin-commands-init", "version": "1000.0.1", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=18.12" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix", "update-responses": "ts-node test/utils/responses/update.ts" }, "repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-init", "keywords": [ "pnpm10", "pnpm", "init" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-init#readme", "devDependencies": { "@pnpm/plugin-commands-init": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "load-json-file": "catalog:" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/write-project-manifest": "workspace:*", "camelcase-keys": "catalog:", "render-help": "catalog:" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" }, "jest": { "preset": "@pnpm/jest-config" } }