@loom-io/json-converter
Version:
A plugin for @loom-io to convert json files to JSON
46 lines • 1.06 kB
JSON
{
"name": "@loom-io/json-converter",
"version": "0.12.11",
"description": "A plugin for @loom-io to convert json files to JSON",
"main": "dist/json-converter.js",
"module": "dist/json-converter.js",
"types": "dist/json-converter.d.ts",
"type": "module",
"peerDependencies": {
"@loom-io/core": "^0.12.11",
"@loom-io/converter": "^0.12.11"
},
"peerDependenciesMeta": {
"@loom-io/core": {
"optional": true
},
"@loom-io/converter": {
"optional": true
}
},
"keywords": [
"loom-io",
"loom-io-converter",
"json",
"converter"
],
"author": "Wolfgang Rathgeb",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/json-converter.d.ts",
"import": "./dist/json-converter.js"
}
},
"homepage": "https://loom-io.cotton-coding.com",
"repository": {
"type": "git",
"url": "https://github.com/cotton-coding/loom-io.git"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
}
}