interrelated/package.json

20 lines
491 B
JSON
Raw Normal View History

2022-01-30 01:14:45 +08:00
{
"name": "interrelated",
"version": "1.0.0",
"description": "js 数据双向关联",
"main": "index.js",
"type": "module",
"scripts": {
"test": "demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InvisibleFuture/interrelated.git"
},
"author": "satori.love",
"license": "MIT",
"bugs": {
"url": "https://github.com/InvisibleFuture/interrelated/issues"
},
"homepage": "https://github.com/InvisibleFuture/interrelated#readme"
}