fp/packages/taco/package.json

15 lines
300 B
JSON
Raw Normal View History

2024-07-10 02:34:23 +00:00
{
2024-07-15 16:07:04 +00:00
"name": "@futureporn/taco",
2024-07-10 02:34:23 +00:00
"type": "module",
"version": "1.0.0",
"description": "",
2024-07-19 08:01:06 +00:00
"main": "./src/index.ts",
"types": "./src/index.ts",
2024-07-10 02:34:23 +00:00
"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": [],
2024-07-19 08:01:06 +00:00
"author": "@CJ_Clippy",
"license": "Unlicense"
2024-07-10 02:34:23 +00:00
}