fp/package.json
CJ_Clippy fad0d49776
Some checks failed
ci / build (push) Failing after 0s
ci / Tests & Checks (push) Failing after 1s
createFunscript fixes
2025-07-19 07:18:48 -08:00

22 lines
589 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",
"dependencies": {
"chokidar-cli": "^3.0.0",
"types": "^0.1.1"
},
"devDependencies": {
"concurrently": "^8.2.2"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
}