type-unlambda/package.json

28 lines
662 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",
2021-06-03 12:29:24 +00:00
"version": "0.2.2",
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": {
2021-06-03 12:29:24 +00:00
"typescript": "^4.3.2"
2020-11-06 09:07:33 +00:00
},
"peerDependencies": {
2020-11-23 03:52:07 +00:00
"typescript": "^4.1.2"
2021-06-03 12:22:30 +00:00
},
"types": "src/unlambda.ts"
2020-11-06 09:07:33 +00:00
}