mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-31 11:08:12 -05:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-init",
|
|
"version": "4.0.20",
|
|
"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": [
|
|
"pnpm9",
|
|
"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"
|
|
}
|
|
}
|