mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"name": "@pnpm/prepare",
|
|
"version": "0.0.12",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"tempy": "^1.0.0",
|
|
"write-json5-file": "^3.0.0",
|
|
"write-pkg": "4.0.0",
|
|
"write-yaml-file": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.68",
|
|
"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"
|
|
}
|
|
}
|