UNPKG

@structium/toml

Version:

Serialize and deserialize TOML

65 lines 1.41 kB
{ "name": "@structium/toml", "version": "0.0.4", "description": "Serialize and deserialize TOML", "keywords": [ "deserialize", "files", "format", "library", "node", "pigeonposse", "pp", "serialize", "tml", "toml" ], "homepage": "https://structium.pigeonposse.com/guide/toml", "bugs": { "url": "https://github.com/pigeonposse/structium/issues", "email": "dev@pigeonposse.com" }, "repository": { "type": "https", "url": "https://github.com/pigeonposse/structium/", "directory": "packages/tools/toml" }, "funding": { "type": "individual", "url": "https://pigeonposse.com/?popup=donate" }, "license": "MIT", "author": { "name": "Angelo", "email": "angelo@pigeonposse.com", "url": "https://github.com/angelespejo" }, "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "devDependencies": { "smol-toml": "1.4.1", "@structium/repo-config": "0.0.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "node ./build.js", "dev": "pnpm dlx tsx src/index.example.ts", "test": "vitest run" } }