json-tots
Version:
Template of Templates, a.k.a Template Should Eat Itself
88 lines (87 loc) • 2.31 kB
JSON
{
"name": "json-tots",
"version": "0.0.0-development",
"description": "Template of Templates, a.k.a Template Should Eat Itself",
"main": "lib/transform.js",
"scripts": {
"commit": "git-cz",
"test": "node_modules/.bin/jest --verbose",
"prebuild": "rimraf lib",
"build": "babel src --out-dir lib --ignore 'src/**/*.spec.js','src/**/*.test.js'",
"eslint": "node_modules/.bin/eslint src --quiet",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"functional-pipelines": "^1.1.0",
"jsonpath": "1.0.2",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"traverse": "^0.6.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/eslint-parser": "^7.0.0",
"@babel/plugin-transform-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime-corejs3": "^7.22.6",
"@semantic-release/commit-analyzer": "^6.0.1",
"babel-jest": "^29.6.2",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^8.0.0",
"jest": "^29.6.2",
"rimraf": "^2.6.1",
"semantic-release": "^21.0.7",
"travis-deploy-once": "^5.0.11"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"commitTypeMap": {
"feat": "minor",
"fix": "patch",
"docs": "patch",
"refactor": "patch",
"perf": "patch",
"style": null,
"test": null,
"chore": null
}
},
"release": {
"analyzeCommits": "@semantic-release/commit-analyzer"
},
"repository": {
"type": "git",
"url": "https://github.com/sdawood/json-tots.git"
},
"keywords": [
"JSON",
"template",
"template of templates",
"recursive templates",
"inception",
"transform",
"transformation",
"jsonpath",
"render",
"meta",
"higer order"
],
"files": [
"lib",
"README.md",
"LICENSE"
],
"author": "Shaady Dawood <shaadydawood@gmail.com> (http://github.com/sdawood/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdawood/json-tots/issues"
},
"homepage": "https://github.com/sdawood/json-tots#readme"
}