fp/packages/boop/package.json

25 lines
585 B
JSON
Raw Normal View History

2024-07-10 02:34:23 +00:00
{
2024-07-15 16:07:04 +00:00
"name": "@futureporn/boop",
2024-07-10 02:34:23 +00:00
"type": "module",
"version": "1.0.1",
"description": "",
"main": "index.js",
"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",
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
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": [],
"author": "",
2024-07-10 22:11:18 +00:00
"license": "Unlicense",
"devDependencies": {
"typescript": "^5.5.3"
}
2024-07-10 02:34:23 +00:00
}