@adpt/core
Version:
AdaptJS core library
135 lines (134 loc) • 3.69 kB
JSON
{
"name": "@adpt/core",
"version": "0.3.1",
"description": "AdaptJS core library",
"license": "Apache-2.0",
"homepage": "https://github.com/unboundedsystems/adapt#readme",
"author": "Unbounded Systems",
"contributors": [
{
"name": "Manish Vachharajani",
"email": "manishv@unbounded.systems",
"url": "https://twitter.com/mvachhar"
},
{
"name": "Mark Terrel",
"email": "mark@unbounded.systems",
"url": "https://twitter.com/mterrel"
}
],
"repository": "unboundedsystems/adapt",
"bugs": {
"url": "https://gitlab.com/unboundedsystems/adapt/issues"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"adapt",
"adaptjs",
"adpt",
"unbounded",
"infrastructure-as-code",
"devops",
"deploy",
"aws",
"k8s",
"kubernetes",
"cloud",
"deployment",
"typescript",
"nodejs",
"react",
"reactjs",
"containers",
"docker"
],
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"files": [
"dist/src",
"dist/generated/src",
"mock_adapt_context.js"
],
"scripts": {
"clean": "rm -rf build dist generated temp",
"coverage": "nyc mocha --opts mocha.opts",
"docs": "../scripts/make_docs.js core && cp ../README.md .",
"pretest": "make build",
"gql-gen": "graphql-codegen",
"tsc": "tsc -p tsconfig.json",
"build": "npm run gql-gen && npm run tsc",
"build:watch": "make build && tsc -w -p tsconfig.json",
"lint": "tslint -e 'generated/**' -e '**/*.json' --project .",
"lint-and-fix": "tslint -e 'generated/**' -e '**/*.json' --project . --fix",
"test": "mocha --opts mocha.opts"
},
"devDependencies": {
"@adpt/testutils": "0.3.1",
"@graphql-codegen/cli": "1.9.1",
"@graphql-codegen/typescript": "1.9.1",
"@graphql-codegen/typescript-resolvers": "1.9.1",
"@types/async-lock": "1.1.2",
"@types/callsites": "2.0.0",
"@types/debug": "4.1.5",
"@types/fs-extra": "8.1.1",
"@types/graphlib": "2.1.5",
"@types/graphql-type-json": "0.3.2",
"@types/indent-string": "3.2.0",
"@types/json-stable-stringify": "1.0.32",
"@types/lodash": "4.14.149",
"@types/mkdirp": "0.5.2",
"@types/mocha": "5.2.7",
"@types/node": "10.17.9",
"@types/p-settle": "2.0.1",
"@types/proper-lockfile": "3.0.1",
"@types/randomstring": "1.1.6",
"@types/read-pkg-up": "3.0.1",
"@types/sinon": "5.0.7",
"@types/type-name": "1.0.27",
"execa": "3.4.0",
"fs-extra": "8.1.0",
"mocha": "5.2.0",
"mocha-slow-options": "0.0.2",
"should": "13.2.3",
"sinon": "6.3.5",
"source-map-support": "0.5.16",
"type-ops": "3.0.3",
"typescript": "3.4.5"
},
"dependencies": {
"@adpt/dom-parser": "0.3.1",
"@adpt/utils": "0.3.1",
"@usys/fork-require": "1.0.9-unb1",
"async-lock": "1.2.4",
"callsites": "3.1.0",
"css-what": "2.1.3",
"debug": "4.1.1",
"flush-write-stream": "2.0.0",
"graphlib": "2.1.8",
"graphql": "14.6.0",
"graphql-tag": "2.10.1",
"graphql-tools": "4.0.6",
"graphql-type-json": "0.3.1",
"indent-string": "3.2.0",
"json-stable-stringify": "1.0.1",
"lodash": "4.17.19",
"mkdirp": "0.5.1",
"moment": "2.24.0",
"node-json-db": "0.11.0",
"p-defer": "3.0.0",
"p-queue": "4.0.0",
"p-settle": "2.1.0",
"p-timeout": "3.2.0",
"proper-lockfile": "3.2.0",
"randomstring": "1.1.5",
"read-pkg-up": "4.0.0",
"ts-custom-error": "3.1.1",
"tslib": "1.10.0",
"type-name": "2.0.2",
"urn-lib": "1.2.0",
"xmlbuilder": "15.1.1"
},
"gitHead": "62cc631cad7322b35d49eccc8862e66b9c7914b5"
}