fake-content
Version:
its a small package which will give you fake data
28 lines (27 loc) • 583 B
JSON
{
"name": "fake-content",
"version": "0.0.4",
"description": "its a small package which will give you fake data",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"url":"https://github.com/wa5/fake-content"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"faker",
"fake-data",
"fake-content",
"fake-list",
"fake-values"
],
"author": "Waseem Ahmed",
"license": "MIT",
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}