fp/packages/boop/package.json

23 lines
440 B
JSON
Raw Normal View History

2024-07-10 02:34:23 +00:00
{
"name": "boop",
"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-10 22:11:18 +00:00
"build": "tsc --build"
2024-07-10 02:34:23 +00:00
},
"dependencies": {
"taco": "workspace:*",
"types": "workspace:*"
},
"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
}