@uprtcl/cortex
Version:
A new way to build web-applications, by recognizing the patterns that generic objects implement
81 lines (80 loc) • 2.21 kB
JSON
{
"name": "@uprtcl/cortex",
"version": "0.1.3",
"description": "A new way to build web-applications, by recognizing the patterns that generic objects implement",
"homepage": "https://uprtcl.io",
"scripts": {
"update-uprtcl": "ncu -u \"/^@uprtcl.*$/\"",
"clean": "rimraf dist",
"dev": "rollup -w -c rollup.config.ts",
"build": "npm run clean && rollup -c rollup.config.ts",
"test": "karma start --coverage",
"test:watch": "karma start --auto-watch=true --single-run=false"
},
"dependencies": {
"@uprtcl/graphql": "^0.1.2",
"@uprtcl/micro-orchestrator": "^0.1.2",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.1",
"inversify": "^5.0.1",
"lodash-es": "^4.17.15",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@open-wc/testing": "^2.5.6",
"@open-wc/testing-karma": "^3.0.0",
"@rollup/plugin-json": "^4.0.1",
"@types/lodash-es": "^4.17.3",
"@types/node": "^10.11.0",
"graphql-tools": "^5.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^4.4.1",
"karma-webpack": "^4.0.2",
"lit-element": "^2.3.1",
"lit-html": "^1.1.2",
"npm-check-updates": "^10.2.1",
"rimraf": "^2.6.2",
"rollup": "^1.32.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-typescript2": "^0.25.3",
"temp-dir": "^2.0.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1"
},
"keywords": [
"cortex",
"patterns",
"recognize",
"generic",
"modules"
],
"main": "dist/uprtcl-cortex.umd.js",
"module": "dist/uprtcl-cortex.es5.js",
"typings": "dist/types/uprtcl-cortex.d.ts",
"files": [
"dist"
],
"contributors": [
{
"name": "Guillem Cordoba",
"email": "guillem.cordoba@gmail.com",
"url": "https://github.com/guillemcordoba"
},
{
"name": "Pepo Ospina",
"email": "pepo@collectiveone.org",
"url": "https://github.com/pepoospina"
}
],
"repository": {
"type": "git",
"url": "https://github.com/uprtcl/js-uprtcl/"
},
"license": "MIT",
"sideEffects": false,
"engines": {
"node": ">=10.0.0 <14"
},
"gitHead": "5b366a771b899d1fbd346ee0e2b080bc73fb2266"
}