loro/package.json

17 lines
298 B
JSON
Raw Normal View History

{
"name": "loro",
"version": "1.0.0",
2023-11-12 13:11:54 +00:00
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
2023-12-05 05:38:09 +00:00
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1"
}
}