forked from BehnamAxo/randulate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "randulate",
"version": "1.0.0",
"description": "Randulate is an npm package that simplifies the process of generating fake data for development, testing, and various other use cases. It allows you to create randomized data based on provided specifications and data types.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"mock",
"random",
"data",
"generation",
"simulate",
"fabrication"
],
"author": "Behnam Amiri",
"license": "ISC",
"bugs": {
"url": "https://github.com/BehnamAxo/randulate/issues"
},
"homepage": "https://github.com/BehnamAxo/randulate#readme"
}