UNPKG

monorepo-typescript

Version:

Typescript monorepo with workspaces and npm(not yarn). Forked js repo and making to do ts repo with workspaces. To work with npm need npm version 7 or higher. https://stackoverflow.com/questions/46947557/do-yarn-workspaces-work-with-npm-too https://

20 lines (19 loc) 404 B
{ "name": "@monorepo-typescript/types", "version": "2.0.10", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "ISC", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/euhoo/monorepo-typescript.git", "directory": "packages/types" }, "scripts": { "build": "tsc", "//prepare": "npm run build" } }