UNPKG

@syntaxs/compiler

Version:

Compiler used to compile Syntax Script projects.

56 lines 1.44 kB
{ "name": "@syntaxs/compiler", "version": "0.0.2-alpha", "description": "Compiler used to compile Syntax Script projects.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "lint": "eslint ./src/**/*.ts --fix", "prebuild": "npm run lint && node distDeletor.mjs", "build": "tsc", "postbuild": "cls && echo Builded", "prepack": "npm run build", "test": "estest", "pretest": "tsc", "postpack": "cd ..&&cd ..&&cd .\\LanguageServer\\syntax-script\\server\\&&npm update @syntaxs/compiler" }, "repository": { "type": "git", "url": "git+https://github.com/syntax-script/compiler.git" }, "keywords": [ "syntaxs", "syntax", "script", "syntax", "script", "ss", "syx", "sys", "compiler", "code", "compiler" ], "author": "efekos", "license": "MIT", "bugs": { "url": "https://github.com/syntaxs/compiler/issues" }, "homepage": "https://github.com/syntaxs/compiler#readme", "devDependencies": { "@efekos/es-test": "^1.0.5", "@types/chai": "^4.3.14", "@types/js-levenshtein": "^1.1.3", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "chai": "^5.1.0", "eslint": "^8.57.0", "eslint-plugin-jsdoc": "^48.2.3", "lsp-types": "^3.17.0-f3" }, "dependencies": { "js-levenshtein": "^1.1.6" } }