@allspark-js/core
Version:
Core library to create js applications.
43 lines (42 loc) • 1.19 kB
JSON
{
"name": "@allspark-js/core",
"version": "1.0.0-alpha.3",
"description": "Core library to create js applications.",
"keywords": [
"js",
"ts",
"allspark",
"backend"
],
"author": "Andrew Cavalcante pacifico <andrewcpacifico@gmail.com>",
"homepage": "https://github.com/andrewcpacifico/allspark-ts#readme",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewcpacifico/allspark-ts.git"
},
"scripts": {
"prepublishOnly": "yarn compile",
"compile": "rm -rf ./dist && yarn g:tsc -p tsconfig.build.json && cp ./package* dist/",
"test": "yarn g:jest --config=../../jest.config.js",
"test:unit:dev": "yarn g:jest --config=../../jest.config.js --watch"
},
"bugs": {
"url": "https://github.com/andrewcpacifico/allspark-ts/issues"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"dependencies": {
"awilix": "^11.0.0",
"moment": "^2.30.1",
"mongodb": "^6.9.0",
"nconf": "^0.12.1",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"prom-client": "^15.1.3"
},
"gitHead": "5bcd8e35570d8bc6358f1fcfe5cc64e5a2c3ed81"
}