fp/packages/boop/package.json

23 lines
476 B
JSON

{
"name": "@futureporn/boop",
"type": "module",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Warn: no test specified\" && exit 0",
"start": "node dist/index.js",
"build": "tsc --build"
},
"dependencies": {
"@futureporn/taco": "workspace:*",
"@futureporn/types": "workspace:*"
},
"keywords": [],
"author": "",
"license": "Unlicense",
"devDependencies": {
"typescript": "^5.5.3"
}
}