mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 13:22:54 +03:00
88c8a408b5
feat: module resolve fix: logger repository fix: module resolve chore: add workflow for module resolve chore: update workflow env chore: update workflow install chore: update workflow env for npm token chore: test docker chore: update workflow env
33 lines
689 B
JSON
33 lines
689 B
JSON
{
|
|
"name": "@pathfinder/logger",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"exports": {
|
|
"./src/*": "./dist/src/*.js",
|
|
".": "./dist/src/index.js"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "tsc --project ./tsconfig.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFINE-pathfinder.git"
|
|
},
|
|
"dependencies": {
|
|
"next": "^12.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.21",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|