@angstone/monostone
Version:
monolitic event-sourced framework
77 lines (76 loc) • 2.23 kB
JSON
{
"name": "@angstone/monostone",
"version": "0.0.22",
"description": "monolitic event-sourced framework",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"dev": "node --inspect=9239 ./node_modules/nodemon/bin/nodemon.js",
"build": "npm run clean && ./node_modules/typescript/bin/tsc && npm run copyStaticFiles",
"copyStaticFiles": "copyfiles .env samples/**/.env dist/",
"test": "jasmine-ts --config=jasmine.json \"./src/**/*.spec.ts\"",
"clean": "rimraf ./dist",
"generate-docs": "./node_modules/.bin/typedoc --readme readme.md --theme minimal --out docs/typedocs/ src/"
},
"repository": {
"type": "git",
"url": "/home/ss/gd/repos/monostone"
},
"keywords": [
"monolith",
"framework",
"nodejs",
"backend",
"event",
"eventstore",
"event-sourced"
],
"author": "ssribeiro",
"license": "ISC",
"dependencies": {
"@angstone/node-util": "^0.0.6",
"async": "^2.6.1",
"body-parser": "^1.18.3",
"cron": "^1.6.0",
"dotenv": "^6.2.0",
"event-store-client": "^1.0.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"mongodb": "^3.1.13",
"node-fetch": "^2.3.0",
"sanitize-html": "^1.20.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/async": "^2.4.0",
"@types/body-parser": "^1.17.0",
"@types/cron": "^1.6.0",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.1",
"@types/jasmine": "^2.8.16",
"@types/jasmine-expect": "^3.8.1",
"@types/jsonwebtoken": "^8.3.0",
"@types/module-alias": "^2.0.0",
"@types/mongodb": "^3.1.19",
"@types/node": "^10.12.21",
"@types/node-fetch": "^2.1.4",
"@types/sanitize-html": "^1.18.2",
"@types/supertest": "^2.0.7",
"@types/uuid": "^3.4.4",
"copyfiles": "^2.1.0",
"jasmine": "^3.3.1",
"jasmine-expect": "^3.8.4",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.2.1",
"nodemon": "^1.18.9",
"rimraf": "^2.6.3",
"supertest": "^3.4.2",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.12.1",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.3"
}
}