mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 01:21:55 -04:00
27 lines
664 B
JSON
27 lines
664 B
JSON
{
|
|
"name": "@pnpm/prepare",
|
|
"version": "0.0.18",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"unique-string": "^2.0.0",
|
|
"write-json5-file": "^3.0.1",
|
|
"write-pkg": "4.0.0",
|
|
"write-yaml-file": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.22",
|
|
"tslint-config-standard": "9.0.0",
|
|
"tslint-eslint-rules": "5.4.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json --project .",
|
|
"prepublishOnly": "pnpm run tsc",
|
|
"test": "pnpm run tsc",
|
|
"tsc": "rimraf lib && tsc"
|
|
}
|
|
}
|