mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-03 15:40:16 +00:00
18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"name": "js_read",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
},
|
|
"dependencies": {
|
|
"rollup": "^0.34.10"
|
|
}
|
|
}
|