wirejs/package.json

26 lines
566 B
JSON
Raw Permalink Normal View History

2023-05-18 09:57:27 +03:00
{
"name": "@saqut/wirejs",
2023-06-18 16:12:11 +03:00
"version": "1.0.0",
2023-05-18 09:57:27 +03:00
"type": "commonjs",
"private": false,
"description": "Dont use variable, use smart variable wires !",
"main": "wire.js",
"repository": {
"type": "git",
"url": "https://git.saqut.com/saqut/wirejs.git"
},
"keywords": [
"state",
"immutable",
"live",
"toolkit",
"middleware",
"structural",
"variable"
],
"author": "Abdussamed ULUTAŞ <abdussamedulutas@yandex.com.tr",
"license": "MIT",
"markdown": "github",
"homepage": "https://git.saqut.com/saqut/wirejs"
}