@urpflanze/gcode-exporter
Version:
Export urpflanze scene to GCODE
79 lines (78 loc) • 1.87 kB
JSON
{
"name": "@urpflanze/gcode-exporter",
"version": "0.0.7",
"description": "Export urpflanze scene to GCODE",
"license": "GPL-3.0-or-later",
"docs": "https://github.com/urpflanze-org/gcode-exporter",
"keywords": [
"urpflanze",
"creativecoding",
"plotterart",
"generativeart",
"gcode",
"mathart",
"typescript"
],
"author": {
"name": "Gennaro Bosone",
"email": "gennaro.bs@gmail.com",
"url": "https://github.com/genbs"
},
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/urpflanze-org/gcode-exporter.git"
},
"bugs": {
"url": "https://github.com/urpflanze-org/gcode-exporter/issues",
"email": "gennaro.bs@gmail.com"
},
"funding": [
{
"type": "kofi",
"url": "https://ko-fi.com/urpflanze"
},
{
"type": "bitcoin",
"url": "https://explorer.btc.com/btc/address/1CSQq4aMmsA71twvyZHZCjmeB2AmQGCPNq"
},
{
"type": "ethereum",
"url": "https://etherscan.io/address/0x9086c4bb7015c1d6dc79162d02e7e1239c982c01"
}
],
"module": "build/esm/urpflanze-gcode-exporter.min.js",
"browser": "build/umd/urpflanze-gcode-exporter.min.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"files": [
"build",
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "tap",
"build-browser": "npx webpack --config webpack.config.js",
"build": "tsc --p tsconfig.json && tsc --p tsconfig-esm.json && npm run build-browser",
"watch": "tsc --watch",
"lint": "eslint src --ext .ts",
"prepublishOnly": "npm run build"
},
"publishConfig": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"tap": "^15.0.9",
"typescript": "4.2",
"webpack-cli": "^4.7.2"
},
"peerDependencies": {
"@urpflanze/core": "^0.5.6"
},
"dependencies": {
"simplify-js": "^1.2.4"
}
}