16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"name": "xartaudio",
|
|
"version": "0.1.0",
|
|
"description": "X article to audio MVP",
|
|
"main": "src/server.js",
|
|
"scripts": {
|
|
"dev": "node --watch src/server.js",
|
|
"start": "node src/server.js",
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs"
|
|
}
|