fp/packages/meal/package.json

29 lines
709 B
JSON
Raw Normal View History

2024-07-10 02:34:23 +00:00
{
2024-07-19 08:01:06 +00:00
"name": "@futureporn/meal",
2024-07-10 02:34:23 +00:00
"type": "module",
"version": "1.0.1",
"description": "",
"main": "index.js",
2024-07-19 08:01:06 +00:00
"private": true,
2024-07-10 02:34:23 +00:00
"scripts": {
2024-07-14 16:22:30 +00:00
"test": "echo \"Warn: no test specified\" && exit 0",
"start": "node dist/index.js",
2024-07-16 10:46:44 +00:00
"build": "tsc --build",
"clean": "rm -rf dist",
2024-07-19 08:01:06 +00:00
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist",
"dev": "tsup ./src/index.ts --watch"
2024-07-10 02:34:23 +00:00
},
"dependencies": {
2024-07-15 16:07:04 +00:00
"@futureporn/taco": "workspace:*",
"@futureporn/types": "workspace:*"
2024-07-10 02:34:23 +00:00
},
"keywords": [],
2024-07-19 08:01:06 +00:00
"author": "@CJ_Clippy",
2024-07-10 22:11:18 +00:00
"license": "Unlicense",
"devDependencies": {
2024-07-19 08:01:06 +00:00
"@types/node": "^20.14.9",
"tsup": "^8.1.2",
2024-07-10 22:11:18 +00:00
"typescript": "^5.5.3"
}
2024-07-10 02:34:23 +00:00
}