mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"name": "@pnpm/prepare",
|
|
"version": "0.0.16",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/types": "workspace:6.3.1",
|
|
"tempy": "^1.0.0",
|
|
"write-json5-file": "^3.0.1",
|
|
"write-pkg": "4.0.0",
|
|
"write-yaml-file": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.19.9",
|
|
"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"
|
|
}
|
|
}
|