1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-11 17:55:02 +00:00
mon-entreprise/pdf/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
365 B
JSON
Raw Normal View History

2022-11-10 17:31:41 +01:00
{
"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"
}
}