@lin-lang/lin
Version:
A JS wrapper for the programming language Lin.
31 lines • 731 B
JSON
{
"name": "@lin-lang/lin",
"version": "0.2.2",
"main": "lin.js",
"types": "lin.d.ts",
"devDependencies": {},
"dependencies": {},
"peerDependencies": {},
"optionalDependencies": {},
"bundledDependencies": [],
"description": "A JS wrapper for the programming language Lin.",
"author": {
"name": "adriantodt",
"email": "adrian.todtsilva@gmail.com",
"url": "https://adriantodt.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adriantodt/linjs.git"
},
"bugs": {
"url": "https://github.com/adriantodt/linjs/issues"
},
"homepage": "https://github.com/adriantodt/linjs",
"keywords": [
"kotlin",
"lin",
"programming-language"
]
}