20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"name": "zgapdfsigner-test-ts",
|
|
"version": "1.0.0",
|
|
"author": "zboris12",
|
|
"description": "A typescript program to test zgapdfsigner.",
|
|
"private": false,
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "node test/index.js ${pfxpwd}"
|
|
},
|
|
"dependencies": {
|
|
"zgapdfsigner": "^2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-forge": "^1.3.11",
|
|
"typescript": "~4.9"
|
|
}
|
|
} |