{
	"name": "@samudai_xyz/sourcecred",
	"homepage": "https://sourcecred.io",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sourcecred/sourcecred.git"
	},
	"devDependencies": {
		"flow-mono-cli": "^1.5.3",
		"lerna": "^4.0.0"
	},
	"scripts": {
		"test": "lerna run test --stream --concurrency 1 --",
		"build": "lerna run build --stream",
		"postinstall": "./scripts/flow-mono.sh",
		"start": "lerna run start --stream",
		"clean": "lerna clean --yes && rm -rf node_modules",
		"docs": "lerna run docs"
	},
	"workspaces": [
		"packages/*"
	],
	"dependencies": {
		"documentation": "^13.2.5"
	},
	"description": "This repository is a monorepo, meaning it is set up to contain multiple distinct packages, although for now it only contains one. | Package Name | Description | Subdirectory with README | | --- | --- | --- | | sourcecred | A monolith package containing the CLI that supports instances, our JS library, and all of our supported platform plugins. | [link](https://github.com/sourcecred/sourcecred/tree/main/packages/sourcecred) |",
	"bugs": {
		"url": "https://github.com/sourcecred/sourcecred/issues"
	},
	"version": "1.0.0",
	"main": "index.js",
	"directories": {
		"doc": "docs"
	},
	"author": "",
	"license": "ISC"
}
