sai-library
Version:
Runtime library for sai-language compiled scripts.
23 lines (22 loc) • 593 B
JSON
{
"name": "sai-library",
"version": "1.0.21",
"description": "Runtime library for sai-language compiled scripts.",
"main": "lib/sailib.js",
"scripts": {
"prepare": "sai-build -o lib src/sailib",
"test": "echo \"Test suite is integrated with sai-language.\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/seanmpuckett/sai-library.git"
},
"homepage": "https://github.com/seanmpuckett/sai-library",
"keywords": [
"sai",
"language",
"runtime"
],
"author": "Sean M Puckett <seanmpuckett@gmail.com>",
"license": "MIT"
}