@the-goat/core
Version:
    • 1.25 kB
JSON
{
"name": "@the-goat/core",
"version": "2.0.11",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stefspakman/Goat.git"
},
"author": "Stef Spakman <goat@stefspakman.com>",
"keywords": [
"frontend",
"tooling",
"goat",
"compile"
],
"license": "MIT",
"dependencies": {
"boxen": "^5.0.0",
"chokidar": "^3.4.3",
"clipboardy": "^2.3.0",
"commander": "^7.2.0",
"json-schema": "^0.3.0",
"json-schema-defaults": "^0.4.0",
"jsonschema": "^1.4.0",
"kleur": "^4.1.3",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"node-emoji": "^1.10.0",
"semver": "^7.3.4",
"single-line-log": "^1.1.2"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "../../node_modules/.bin/rimraf -rf ./dist",
"compile": "../../node_modules/.bin/tsc -p tsconfig.build.json",
"watch": "../../node_modules/.bin/tsc -w -p tsconfig.build.json",
"prepublishOnly": "npm run build",
"test": "npm run build"
},
"gitHead": "523bfb9a8b7fb5c0d21db6d3998e0c83a9d00d31",
"devDependencies": {
"@types/json-schema": "^7.0.7",
"@types/lodash": "^4.14.168",
"@types/semver": "^7.3.5"
}
}