@gyro-lang/core
Version:
Fast, Performant and scalable programming language designed for string manipulation and deep recursion.
26 lines (25 loc) • 639 B
JSON
{
"name": "@gyro-lang/core",
"version": "0.0.5",
"type": "module",
"description": "Fast, Performant and scalable programming language designed for string manipulation and deep recursion.",
"types": "./dist/main.d.ts",
"main": "./dist/gyro.prod.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./webpack.config.js",
"watch-build": "webpack --config ./webpack.config.js --watch"
},
"keywords": [
"gyro",
"language"
],
"author": "letsmoe",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.23"
},
"dependencies": {
"@snowblind/testing": "^0.0.2"
}
}