mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-25 23:38:23 -05:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-init",
|
|
"version": "1.0.21",
|
|
"description": "Create a package.json file",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"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": [
|
|
"pnpm7",
|
|
"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": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cli-utils": "workspace:*",
|
|
"@pnpm/config": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/write-project-manifest": "workspace:*",
|
|
"camelcase-keys": "^6.2.2",
|
|
"render-help": "^1.0.2"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|