@empathize/framework
Version:
Framework for Neutralino
22 lines (21 loc) • 505 B
JSON
{
"name": "@empathize/framework",
"version": "1.4.15",
"description": "Framework for Neutralino",
"type": "module",
"author": "Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>",
"keywords": [
"neutralino",
"framework"
],
"license": "GPL-3.0",
"repository": "https://github.com/empathizejs/framework",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "yarn build && node test.js"
},
"devDependencies": {
"typescript": "^4.5.5"
}
}