chore: add author and license in package.json

This commit is contained in:
tzhangchi
2022-12-24 23:35:41 +08:00
parent 741b621002
commit 57959f97c8
+2
View File
@@ -2,6 +2,8 @@
"name": "pathfinder",
"version": "0.0.0",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",
"scripts": {
"dev": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev",
"build": " pnpm --filter=!@pathfinder/app build && pnpm --filter!=@pathfinder/data-services -r build",