mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
30 lines
727 B
JSON
30 lines
727 B
JSON
{
|
|
"name": "@pnpm/prepare",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"@types/mkdirp": "0.5.2",
|
|
"make-dir": "3.0.0",
|
|
"tape": "4.11.0",
|
|
"tempy": "0.3.0",
|
|
"write-json5-file": "2.1.2",
|
|
"write-pkg": "4.0.0",
|
|
"write-yaml-file": "3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "3.0.0",
|
|
"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 && pnpm run lint",
|
|
"tsc": "rimraf lib && tsc"
|
|
}
|
|
}
|