@zero-scripts/core
Version:
Framework for creating presets, configurations and extensions
49 lines (48 loc) • 1.1 kB
JSON
{
"name": "@zero-scripts/core",
"version": "0.5.2",
"description": "Framework for creating presets, configurations and extensions",
"author": {
"name": "Artem Batura",
"email": "artemir.q@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/artemirq/zero-scripts"
},
"bugs": {
"url": "https://github.com/artemirq/zero-scripts/issues"
},
"license": "MIT",
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"build"
],
"dependencies": {
"get-value": "3.0.1",
"normalize-package-data": "2.5.0",
"reflect-metadata": "0.1.13",
"set-value": "3.0.1"
},
"devDependencies": {
"@types/get-value": "3.0.1",
"@types/normalize-package-data": "2.4.0",
"@types/set-value": "2.0.0",
"@zero-scripts/ts-config": "^0.5.2"
},
"gitHead": "0cc5d994a19e4a9771d633157db6518eb1c46a3b",
"publishConfig": {
"access": "public"
},
"keywords": [
"zero-scripts",
"framework",
"0cjs",
"zero-config",
"preset",
"extension",
"configuration",
"extensible"
]
}