23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"name": "boop",
|
|
"type": "module",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node dist/index.js",
|
|
"build": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"taco": "workspace:*",
|
|
"types": "workspace:*"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Unlicense",
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|