25 lines
585 B
JSON
25 lines
585 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",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@futureporn/taco": "workspace:*",
|
|
"@futureporn/types": "workspace:*"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Unlicense",
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|