monorepo/kifu/core-types/package.json

14 lines
323 B
JSON
Raw Permalink Normal View History

2023-05-11 13:39:31 +00:00
{
"name": "core-types",
"version": "0.0.1",
"description": "",
2023-05-16 02:20:40 +00:00
"types": "dist/index.ts",
"main": "dist/index.ts",
2023-05-11 13:39:31 +00:00
"scripts": {
"build": "make",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Savanni D'Gerinel <savanni@luminescent-dreams.com>",
"license": "GPL-3.0-or-later"
}