You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"name": "@esolangs/type-unlambda",
|
|
"version": "0.2.2",
|
|
"description": "Unlambda interpreter implemented in TypeScript's type system",
|
|
"keywords": [
|
|
"Unlambda",
|
|
"interpreter",
|
|
"esoteric-language"
|
|
],
|
|
"repository": {
|
|
"url": "https://git.cismon.net/esolangs/type-unlambda",
|
|
"type": "git"
|
|
},
|
|
"author": {
|
|
"name": "CismonX",
|
|
"email": "admin@cismon.net",
|
|
"url": "https://cismon.net"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^4.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"types": "src/unlambda.ts"
|
|
}
|