1234567891011121314151617181920212223 |
- {
- "name": "ts-starfish",
- "version": "0.1.0",
- "description": "A *><> interpreter written in TypeScript",
- "main": "dist/main.ts",
- "type": "module",
- "scripts": {
- "build": "tsc",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "esolang",
- "starfish",
- "fish",
- "esoteric-language"
- ],
- "author": "Bee Hudson <apisnecros@proton.me>",
- "license": "MIT",
- "dependencies": {
- "@types/node": "^20.11.14",
- "typescript": "^5.3.3"
- }
- }
|