pi-test-data
Version:
Manage test data for automation
32 lines (31 loc) • 692 B
JSON
{
"name": "pi-test-data",
"version": "1.0.8",
"description": "Manage test data for automation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Naveen Alok",
"license": "ISC",
"dependencies": {
"fastify": "^3.14.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/automationpi/datapi.git"
},
"keywords": [
"TestAutomation",
"Test",
"Data",
"synthetic",
"data"
],
"bugs": {
"url": "https://github.com/automationpi/datapi/issues"
},
"homepage": "https://github.com/automationpi/datapi#readme"
}