@reactant/config
Version:
94 lines (93 loc) • 2.23 kB
JSON
{
"name": "@reactant/config",
"version": "0.0.406",
"description": "reactant config",
"keywords": [
"@reactant/config",
"reactant",
"config",
"react"
],
"homepage": "https://github.com/codejamninja/reactant/packages/config",
"bugs": {
"url": "https://github.com/codejamninja/reactant/issues",
"email": "jam@codejam.ninja"
},
"license": "MIT",
"author": {
"name": "Jam Risser",
"email": "jam@codejam.ninja",
"url": "https://codejam.ninja"
},
"files": [
"es",
"lib",
"node.js",
"node.ts"
],
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codejamninja/reactant"
},
"scripts": {
"build": "make -s build",
"clean": "make -s clean",
"format": "make -s format",
"inc": "npm version patch --git=false 2>/dev/null || true",
"lint": "make -s lint",
"make": "make --version",
"prepare": "make -s prepare",
"purge": "make -s purge",
"start": "make -s start",
"test": "make -s test",
"test:watch": "make -s test-watch"
},
"dependencies": {
"@reactant/context": "0.0.406",
"@reactant/types": "0.0.406",
"core-js": "^3.6.5",
"cosmiconfig": "^6.0.0",
"gnumake": "^0.3.3",
"pkg-dir": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@types/core-js": "^2.5.3",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@types/webpack": "^4.41.10",
"babel-preset-jam": "^0.4.3",
"cspell": "^4.0.61",
"eslint": "^7.0.0",
"eslint-config-reactant": "0.0.406",
"jest": "^25.5.4",
"jest-sonar-reporter": "^2.0.0",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=6.0.0"
},
"eslintIgnore": [
"lib"
],
"jest": {
"testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
"verbose": true
},
"jestSonar": {
"reportPath": "node_modules/.tmp/reports",
"reportFile": "test-report.xml",
"indent": 4
},
"gitHead": "55ce13f8a11b23f03127281b53de7876dca13176"
}