link-type-definitions
Version:
link type definitions
116 lines (115 loc) • 2.82 kB
JSON
{
"name": "link-type-definitions",
"version": "0.3.9",
"description": "link type definitions",
"keywords": [
"link-type-definitions",
"typescript",
"package",
"manager",
"ts"
],
"homepage": "https://github.com/codejamninja/link-type-definitions",
"bugs": {
"url": "https://github.com/codejamninja/link-type-definitions/issues",
"email": "jam@codejam.ninja"
},
"license": "MIT",
"author": {
"name": "Jam Risser",
"email": "jam@codejam.ninja",
"url": "https://codejam.ninja"
},
"files": [
".oclif.manifest.json",
"bin",
"lib"
],
"main": "lib/index.js",
"bin": {
"link-type-definitions": "bin/linkTypeDefinitions.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codejamninja/link-type-definitions"
},
"scripts": {
"build": "make -s build",
"clean": "make -s clean",
"coverage": "make -s coverage",
"format": "make -s format",
"inc": "npm version patch --git=false 2>/dev/null || true",
"lint": "make -s lint",
"prepare": "make -s prepare",
"purge": "make -s purge",
"report": "make -s report",
"spellcheck": "make -s spellcheck",
"start": "make -s start",
"test": "make -s test",
"test:ui": "make test-ui",
"test:watch": "make -s test-watch"
},
"dependencies": {
"@oclif/command": "^1.7.0",
"@oclif/config": "^1.16.0",
"@oclif/errors": "^1.3.3",
"@oclif/parser": "^3.8.5",
"@oclif/plugin-help": "^3.1.0",
"core-js": "^3.6.5",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"newregexp": "^1.3.0",
"ora": "^4.0.5",
"pkg-dir": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.8",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"cspell": "^4.0.63",
"eslint": "^7.6.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"gnumake": "^0.3.5",
"jest": "^26.2.2",
"jest-sonar-reporter": "^2.0.0",
"lockfile-lint": "^4.3.7",
"majestic": "^1.7.0",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"engines": {
"node": ">=6.0.0"
},
"eslintIgnore": [
"lib",
"type_definitions"
],
"oclif": {
"commands": "./lib/commands",
"bin": "link-type-definitions",
"plugins": [
"@oclif/plugin-help"
]
},
"jest": {
"testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
"verbose": true
},
"jestSonar": {
"reportPath": "node_modules/.tmp/reports",
"reportFile": "test-report.xml",
"indent": 4
}
}