@haystacks/constants
Version:
A repo to store reusable constants libraries for use with haystacks implemented applications & plugins.
32 lines (31 loc) • 808 B
JSON
{
"name": "@haystacks/constants",
"version": "0.3.0",
"description": "A repo to store reusable constants libraries for use with haystacks implemented applications & plugins.",
"main": "./src/main.js",
"type": "module",
"scripts": {
"vers": "standard-version -m \"chore(release) version %s \""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SethEden/haystacks-constants.git"
},
"keywords": [
"constants",
"strings",
"values",
"dictionary",
"phonics",
"libraries"
],
"author": "Seth Hollingsead",
"license": "MIT",
"bugs": {
"url": "https://github.com/SethEden/haystacks-constants/issues"
},
"homepage": "https://github.com/SethEden/haystacks-constants#readme",
"dependencies": {
"standard-version": "9.3.2"
}
}