fp/packages/taco/package.json

14 lines
237 B
JSON
Raw Normal View History

2024-07-10 02:34:23 +00:00
{
"name": "taco",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-07-14 16:22:30 +00:00
"test": "echo \"Warn: no test specified\" && exit 0"
2024-07-10 02:34:23 +00:00
},
"keywords": [],
"author": "",
"license": "ISC"
}