type-unlambda/package.json

27 lines
630 B
JSON
Raw Normal View History

2020-11-06 09:07:33 +00:00
{
2020-11-06 09:40:02 +00:00
"name": "@esolangs/type-unlambda",
"version": "0.2.1",
2020-11-06 09:07:33 +00:00
"description": "Unlambda interpreter implemented in TypeScript's type system",
"keywords": [
"Unlambda",
"interpreter",
"esoteric-language"
],
"repository": {
"url": "https://git.cismon.net/esolangs/type-unlambda",
2020-11-06 09:07:33 +00:00
"type": "git"
},
"author": {
"name": "CismonX",
"email": "admin@cismon.net",
"url": "https://cismon.net"
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.1.3"
2020-11-06 09:07:33 +00:00
},
"peerDependencies": {
2020-11-23 03:52:07 +00:00
"typescript": "^4.1.2"
2020-11-06 09:07:33 +00:00
}
}