You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
661 B
30 lines
661 B
{
|
|
"name": "ocrapp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "tap \"test/**/*.test.js\"",
|
|
"start": "fastify start -l info app.js",
|
|
"dev": "fastify start -w -l info -P app.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fastify": "^3.0.0",
|
|
"fastify-autoload": "^3.3.1",
|
|
"fastify-cli": "^2.13.0",
|
|
"fastify-multipart": "^5.0.0",
|
|
"fastify-plugin": "^3.0.0",
|
|
"fastify-sensible": "^3.1.0",
|
|
"fastify-static": "^4.2.3",
|
|
"mime-types": "^2.1.32"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^15.0.9"
|
|
}
|
|
}
|
|
|