20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "pdf-fill-data",
|
|
"version": "1.0.0",
|
|
"description": "Библиотека для заполнения данными шаблоннных PDF",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "node test/index.test.js"
|
|
},
|
|
"keywords": [
|
|
"pdf",
|
|
"fill data",
|
|
"example"
|
|
],
|
|
"author": "Evpak Alexander",
|
|
"license": "MIT",
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|