29 lines
778 B
JSON
29 lines
778 B
JSON
{
|
|
"name": "@perspective-dev/scripts",
|
|
"version": "4.5.2",
|
|
"description": "Build scripts based on perspective",
|
|
"private": true,
|
|
"files": [
|
|
"**/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perspective-dev/perspective/tools/scripts"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"auto-changelog": "catalog:",
|
|
"fs-extra": "catalog:",
|
|
"inquirer": "catalog:",
|
|
"glob-gitignore": "catalog:",
|
|
"octokit": "catalog:",
|
|
"typescript": "catalog:",
|
|
"tsx": "catalog:",
|
|
"@iarna/toml": "catalog:",
|
|
"@playwright/experimental-ct-react": "catalog:",
|
|
"@playwright/test": "catalog:",
|
|
"zx": "catalog:"
|
|
}
|
|
}
|