fp/packages/boop/package.json

19 lines
347 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 index.js"
},
"dependencies": {
"taco": "workspace:*",
"types": "workspace:*"
},
"keywords": [],
"author": "",
"license": "ISC"
}