tiscript 0.0.3

Turing-Incomplete TypeScript as a Configuration Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "tiscript2json",
  "version": "1.0.0",
  "description": "A Node.js implementation of TiScript",
  "main": "index.mjs",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "FUJI Goro",
  "license": "ISC",
  "dependencies": {
    "typescript": "^5.5.3"
  }
}