fp/packages/taco/package.json

15 lines
300 B
JSON

{
"name": "@futureporn/taco",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"test": "echo \"Warn: no test specified\" && exit 0"
},
"keywords": [],
"author": "@CJ_Clippy",
"license": "Unlicense"
}