training_data/package.json

13 lines
268 B
JSON
Raw Normal View History

2024-07-11 11:00:51 +08:00
{
"name": "nice-stack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "pnpm run --parallel dev"
},
"keywords": [],
2024-09-03 11:04:47 +08:00
"author": "insiinc",
2024-07-11 11:00:51 +08:00
"license": "ISC"
}