wirejs/package.json

29 lines
644 B
JSON
Raw Normal View History

2023-05-18 09:57:27 +03:00
{
"name": "@saqut/wirejs",
2023-05-21 21:32:29 +03:00
"version": "0.2.0",
2023-05-18 09:57:27 +03:00
"type": "commonjs",
"private": false,
"description": "Dont use variable, use smart variable wires !",
"main": "wire.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}