zig-cli/packages/api/package.json

23 lines
447 B
JSON

{
"name": "@xoana/api",
"version": "0.1.0",
"description": "> TODO: description",
"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/api.test.js"
}
}