17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"name": "kojima",
|
|
"version": "2.0.0",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.kitsu.cafe:rowan/kojima.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|