routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "pnpm-workspace-yaml",
|
||||
"type": "module",
|
||||
"version": "1.6.0",
|
||||
"description": "Utilities for managing pnpm-workspace.yaml",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "三咲智子 Kevin Deng",
|
||||
"email": "sxzz@sxzz.moe"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
},
|
||||
{
|
||||
"type": "individual",
|
||||
"url": "https://github.com/sponsors/sxzz"
|
||||
}
|
||||
],
|
||||
"homepage": "https://github.com/antfu/pnpm-workspace-utils#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/antfu/pnpm-workspace-utils.git",
|
||||
"directory": "packages/pnpm-workspace-yaml"
|
||||
},
|
||||
"bugs": "https://github.com/antfu/pnpm-workspace-utils/issues",
|
||||
"keywords": [
|
||||
"pnpm"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": "./dist/index.mjs",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"types": "./dist/index.d.mts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "tsx src/index.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user