20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "openarras",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "mocha tests/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gzezfisher.top/szTom/openarras.git"
|
|
},
|
|
"author": "szdytom <szdytom@163.com>",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"mocha": "^10.2.0"
|
|
}
|
|
}
|