mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
26 lines
674 B
JSON
26 lines
674 B
JSON
{
|
|
"name": "@pnpm/prepare",
|
|
"version": "0.0.17",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@pnpm/assert-project": "workspace:*",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"write-json5-file": "^3.1.0",
|
|
"write-pkg": "4.0.0",
|
|
"write-yaml-file": "^4.2.0"
|
|
},
|
|
"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 compile",
|
|
"test": "pnpm run compile",
|
|
"compile": "rimraf tsconfig.tsbuildinfo lib && tsc --build"
|
|
}
|
|
}
|