mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-10 14:27:25 -05:00
21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"name": "pki",
|
|
"version": "1.0.0",
|
|
"description": "Test server",
|
|
"main": "src/index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.4",
|
|
"left-pad": "^1.3.0",
|
|
"morgan": "^1.9.1"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"start": "node src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^23.6.0"
|
|
}
|
|
}
|