zig-cli/packages/app/package.json

23 lines
445 B
JSON
Raw Normal View History

2024-03-14 15:03:18 +00:00
{
"name": "@xoana/app",
"version": "0.1.0",
"description": "Xoana application",
"author": "Juliane Alanisia <chen667ch@gmail.com>",
"homepage": "",
"license": "ISC",
"main": "src/index.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmmirror.com/"
},
"scripts": {
"test": "node ./__tests__/@xoana/app.test.js"
}
}