cfg-reader
Version:
alt-config (alt:V configuration) file parser
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "cfg-reader",
"version": "3.0.3",
"description": "alt-config (alt:V configuration) file parser",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.mjs",
"import": "./dist/index.mjs"
}
},
"types": "./types/index.d.ts",
"scripts": {
"build": "rollup -c",
"types": "tsc --emitDeclarationOnly && rollup -c rollup.config-dts.js",
"test": "mocha",
"test:scalar": "mocha ./test/scalar.test.mjs",
"test:list": "mocha ./test/list.test.mjs",
"test:dict": "mocha ./test/dict.test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Timo972/cfg-reader.git"
},
"keywords": [
"cfg",
"cfg-reader",
"config",
"alt-config",
"alt:V config",
"altV config",
"altMP config"
],
"author": "Timo92_",
"license": "ISC",
"bugs": {
"url": "https://github.com/Timo972/cfg-reader/issues"
},
"homepage": "https://github.com/Timo972/cfg-reader#readme",
"devDependencies": {
"@swc/core": "^1.2.165",
"@types/node": "^16.11.26",
"fs": "0.0.1-security",
"mocha": "^8.3.0",
"rollup": "^2.58.0",
"rollup-plugin-dts": "^4.0.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"unplugin-swc": "^1.3.0"
},
"engines": {
"node": ">= 12"
}
}