mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-11 01:35:00 +00:00
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "pdf",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon -x 'ts-node test.ts' -e 'ts'"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pdfdataextract": "^3.2.0",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|