simple-vdf3
Version:
A Simple library for Text-based VDF (Valve Data Format) (de)serialization.
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "simple-vdf3",
"version": "1.1.0",
"description": "A Simple library for Text-based VDF (Valve Data Format) (de)serialization.",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup"
},
"repository": "https://github.com/CSMTools/simple-vdf3",
"author": "Rossen Georgiev <hello@rgp.io>",
"contributors": [
{
"name": "Tom Shaver",
"email": "l3l_aze@yahoo.com",
"url": "https://github.com/l3laze"
},
{
"name": "Albin Hedwall",
"email": "albin.hedwall@gmail.com",
"url": "https://github.com/wavpro"
}
],
"engines": {
"node": ">=13.2.0"
},
"keywords": [
"vdf",
"Valve",
"Steam"
],
"bugs": {
"url": "https://github.com/CSMTools/simple-vdf3/issues"
},
"homepage": "https://github.com/CSMTools/simple-vdf3#readme",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "^5.1.3"
}
}