typ3s
Version:
Allow define type on json
33 lines • 825 B
JSON
{
"name": "typ3s",
"version": "1.0.9",
"description": "Allow define type on json",
"scripts": {
"test": "npx jest --config jest-unit-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/data7expressions/typ3s.git"
},
"keywords": [
"json",
"types",
"serialized",
"schema",
"stringify"
],
"author": "Flavio Lionel Rita <flaviolrita@proton.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/data7expressions/typ3s/issues"
},
"homepage": "https://github.com/data7expressions/typ3s#readme",
"standard-version": {
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\n## Versions\n"
},
"dependencies": {
"h3lp": "^1.14.2"
},
"main": "index.js",
"types": "index.d.ts"
}