mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 17:41:50 -04:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/build-modules",
|
|
"version": "1.0.4",
|
|
"description": "Build packages in node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "npm run tsc && npm run lint && mos t",
|
|
"md": "mos",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/build-modules",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://pnpm.js.org",
|
|
"dependencies": {
|
|
"@pnpm/constants": "1.0.1",
|
|
"@pnpm/core-loggers": "3.0.2",
|
|
"@pnpm/lifecycle": "6.1.0",
|
|
"@pnpm/link-bins": "4.1.0",
|
|
"@pnpm/read-package-json": "2.0.2",
|
|
"@pnpm/store-controller-types": "3.0.3",
|
|
"@pnpm/types": "3.2.0",
|
|
"graph-sequencer": "2.0.0",
|
|
"ramda": "0.26.1",
|
|
"run-groups": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/build-modules": "link:",
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/node": "*",
|
|
"@types/ramda": "0.26.6",
|
|
"mos": "2.0.0-alpha.3",
|
|
"mos-plugin-readme": "1.0.4",
|
|
"rimraf": "2.6.3",
|
|
"ts-node": "8.1.0",
|
|
"tslint": "5.16.0",
|
|
"typescript": "3.4.5"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|