mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 23:19:19 -04:00
32 lines
773 B
JSON
32 lines
773 B
JSON
{
|
|
"name": "@pnpm/prepare",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"@pnpm/assert-project": "2.0.0",
|
|
"@pnpm/modules-yaml": "2.0.1",
|
|
"@types/mkdirp": "0.5.2",
|
|
"@types/node": "10.12.15",
|
|
"@types/tape": "4.2.32",
|
|
"@types/write-pkg": "3.1.0",
|
|
"mkdirp": "0.5.1",
|
|
"tape": "4.9.1",
|
|
"write-pkg": "3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "2.6.2",
|
|
"tslint": "5.12.0",
|
|
"tslint-config-standard": "8.0.1",
|
|
"tslint-eslint-rules": "5.4.0",
|
|
"typescript": "3.2.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"prepublishOnly": "npm run tsc",
|
|
"test": "npm run tsc && npm run lint",
|
|
"tsc": "rimraf lib && tsc"
|
|
}
|
|
}
|