fp/packages/boop/package.json

23 lines
436 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": {
"test": "echo \"Error: no test specified\" && exit 1",
2024-07-10 22:11:18 +00:00
"start": "node index.js",
"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
}