1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/nur-graphql-js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 2.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Ivan Goncharov Отправлено 19.05.2020 04:19 c63d64d
{
"name": "graphql",
"version": "15.0.0",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"private": true,
"main": "index",
"module": "index.mjs",
"types": "index.d.ts",
"sideEffects": false,
"homepage": "https://github.com/graphql/graphql-js",
"bugs": {
"url": "https://github.com/graphql/graphql-js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphql-js.git"
},
"keywords": [
"graphql",
"graphql-js"
],
"engines": {
"node": ">= 10.x",
"yarn": "YARN NO LONGER USED - use npm instead."
},
"scripts": {
"test": "npm run prettier:check && npm run lint && npm run check && npm run testonly && npm run check:ts && npm run check:spelling",
"test:ci": "npm run prettier:check && npm run lint -- --no-cache && npm run check && npm run testonly:cover && npm run check:ts && npm run check:spelling && npm run build",
"testonly": "mocha --full-trace src/**/__tests__/**/*-test.js",
"testonly:cover": "nyc npm run testonly",
"lint": "eslint --cache --ext .js,.ts src resources",
"benchmark": "node --noconcurrent_sweeping --expose-gc --predictable ./resources/benchmark.js",
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{js,ts,md,json,yml}\"",
"prettier:check": "prettier --ignore-path .gitignore --check \"**/*.{js,ts,md,json,yml}\"",
"check": "flow check",
"check:ts": "dtslint src",
"check:cover": "node resources/check-cover.js && nyc report --nycrc-path .nycflowrc.yml",
"check:spelling": "cspell \"./{src/**/,resources/**/}*.{js,ts,md,graphql}\"",
"build": "node resources/build.js",
"changelog": "node resources/gen-changelog.js",
"preversion": ". ./resources/checkgit.sh && npm ci",
"version": "node resources/gen-version.js && npm test && git add src/version.js",
"gitpublish": ". ./resources/gitpublish.sh"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/plugin-transform-flow-strip-types": "7.9.0",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"cspell": "4.0.63",
"dtslint": "3.6.2",
"eslint": "7.0.0",
"eslint-plugin-flowtype": "5.1.0",
"eslint-plugin-graphql-internal": "file:./resources/eslint-rules",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-node": "11.1.0",
"flow-bin": "0.125.1",
"mocha": "7.1.2",
"nyc": "15.0.1",
"prettier": "2.0.5",
"typescript": "3.9.2"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/nur-graphql-js.git
git@api.gitlife.ru:oschina-mirror/nur-graphql-js.git
oschina-mirror
nur-graphql-js
nur-graphql-js
master