fuse-box-typechecker-temp
Version:
Fuse-Box type checker plugin for fusebox 4.0.0 ++
96 lines (95 loc) • 2.77 kB
JSON
{
"_from": "git+https://github.com/fuse-box/fuse-box-typechecker.git",
"_id": "fuse-box-typechecker-temp@3.0.1",
"_inBundle": false,
"_integrity": "",
"_location": "/fuse-box-typechecker",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/fuse-box/fuse-box-typechecker.git",
"rawSpec": "https://github.com/fuse-box/fuse-box-typechecker.git",
"saveSpec": "git+https://github.com/fuse-box/fuse-box-typechecker.git",
"fetchSpec": "https://github.com/fuse-box/fuse-box-typechecker.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/fuse-box/fuse-box-typechecker.git#d9b9fbb71dd3277ccabfc8e1a6b78d8f6b5f465d",
"_spec": "https://github.com/fuse-box/fuse-box-typechecker.git",
"_where": "/Users/joshuapike/Projects/aquipa",
"author": {
"name": "Fusebox Community"
},
"bugs": {
"url": "https://github.com/fuse-box/fuse-box-typechecker/issues"
},
"bundleDependencies": false,
"dependencies": {
"json5": "^2.1.3",
"object.entries": "^1.1.3",
"tslib": "^2.1.0",
"watch": "^1.0.2"
},
"deprecated": false,
"description": "Fuse-Box type checker plugin for fusebox 4.0.0 ++",
"devDependencies": {
"@types/json5": "0.0.30",
"@types/node": "^14.14.21",
"@types/watch": "^1.0.1",
"fuse-box": "^4.0.0",
"fuse-box-typechecker": "3.0.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"homepage": "https://github.com/fuse-box/fuse-box-typechecker",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"fuse-box-bundler",
"fuse-box",
"type checker",
"typescript"
],
"license": "MIT",
"lint-staged": {
"src/**/*.{json,md,ts}": [
"prettier --write",
"git add"
],
"test/**/*.{json,md,ts}": [
"prettier --write",
"git add"
],
"scripts/**/*.{json,md,ts}": [
"prettier --write",
"git add"
]
},
"main": "dist/index.js",
"name": "fuse-box-typechecker-temp",
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-box/fuse-box-typechecker.git"
},
"scripts": {
"build": "node ./scripts/build",
"test1": "ts-node ./scripts/run_test_001",
"test2": "ts-node ./scripts/run_test_002",
"test3": "ts-node ./scripts/run_test_003_no_error",
"test4": "ts-node ./scripts/run_test_004_fusebox",
"test5": "ts-node ./scripts/run_test_005_fusebox_option_errors",
"test6": "ts-node ./scripts/run_test_006_throw",
"test7": "ts-node ./scripts/run_test_007_print_without_inspect"
},
"types": "dist/index.d.ts",
"version": "3.0.1"
}