fp/package.json
CJ_Clippy aa75c224fc
Some checks failed
ci / build (push) Failing after 23m29s
ci / Tests & Checks (push) Failing after 3m32s
move services/bright to apps/bright
2025-02-10 08:16:50 -08:00

22 lines
451 B
JSON

{
"name": "futureporn",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "act -W ./.gitea/workflows",
"clean": "rm -rf node_modules && rm -rf pnpm-lock.yaml"
},
"keywords": [],
"author": "@CJ_Clippy",
"license": "Unlicense",
"packageManager": "pnpm@9.6.0",
"dependencies": {
"chokidar-cli": "^3.0.0",
"types": "^0.1.1"
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}