Files
pnpm/privatePackages/prepare/package.json
2019-07-06 21:12:16 +02:00

31 lines
761 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": "3.0.3",
"@pnpm/types": "3.2.0",
"@types/mkdirp": "0.5.2",
"@types/write-pkg": "3.1.0",
"make-dir": "3.0.0",
"tape": "4.11.0",
"write-json5-file": "2.1.1",
"write-pkg": "4.0.0",
"write-yaml-file": "3.0.1"
},
"devDependencies": {
"rimraf": "2.6.3",
"tslint-config-standard": "8.0.1",
"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"
}
}