d2lang-js
Version:
An unofficial interface for building D2 diagram files in javascript
29 lines (28 loc) • 683 B
JSON
{
"name": "d2lang-js",
"version": "0.2.0",
"description": "An unofficial interface for building D2 diagram files in javascript",
"keywords": [
"d2lang",
"d2lang-js"
],
"author": "Kreshnik Hasanaj",
"repository": {
"type": "git",
"url": "git+https://github.com/Kreshnik/d2lang-js.git"
},
"bugs": {
"url": "https://github.com/Kreshnik/d2lang-js/issues"
},
"homepage": "https://github.com/Kreshnik/d2lang-js#readme",
"license": "MIT",
"scripts": {
"build": "npm run clean && tsc",
"clean": "tsc --build --clean"
},
"main": "./dist/index.js",
"devDependencies": {
"@types/node": "^20.3.1",
"typescript": "^5.1.3"
}
}