63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@push.rocks/smartyaml",
|
|
"version": "3.0.5",
|
|
"private": false,
|
|
"description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"build": "tsbuild --web"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartyaml.git"
|
|
},
|
|
"keywords": [
|
|
"YAML",
|
|
"JavaScript",
|
|
"data serialization",
|
|
"conversion",
|
|
"js-yaml",
|
|
"TypeScript",
|
|
"nodejs",
|
|
"parsing",
|
|
"stringify"
|
|
],
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartyaml/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartyaml",
|
|
"dependencies": {
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"license",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|