fp/package.json

22 lines
451 B
JSON
Raw Normal View History

2024-02-27 07:52:43 -08:00
{
"name": "futureporn",
2025-01-11 04:47:23 -08:00
"version": "2.0.0",
2024-02-27 07:52:43 -08:00
"description": "",
"main": "index.js",
"scripts": {
2024-08-26 23:11:24 -08:00
"test": "act -W ./.gitea/workflows",
2024-11-05 11:48:21 -08:00
"clean": "rm -rf node_modules && rm -rf pnpm-lock.yaml"
2024-02-27 07:52:43 -08:00
},
"keywords": [],
"author": "@CJ_Clippy",
2024-06-11 20:28:36 -08:00
"license": "Unlicense",
2024-08-26 23:11:24 -08:00
"packageManager": "pnpm@9.6.0",
2024-07-15 08:07:04 -08:00
"dependencies": {
2025-02-10 08:16:50 -08:00
"chokidar-cli": "^3.0.0",
2024-07-15 08:07:04 -08:00
"types": "^0.1.1"
2024-07-27 16:42:09 -08:00
},
"devDependencies": {
2024-08-26 23:11:24 -08:00
"concurrently": "^8.2.2"
2024-07-15 08:07:04 -08:00
}
2024-02-27 07:52:43 -08:00
}