fp/packages/types/package.json

20 lines
450 B
JSON

{
"name": "@futureporn/types",
"type": "module",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Warn: no test specified\" && exit 0",
"build": "tsc --build",
"clean": "rm -rf dist",
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
},
"main": "index.d.ts",
"keywords": [],
"author": "",
"license": "Unlicense",
"devDependencies": {
"typescript": "^5.5.3"
}
}