11 lines
196 B
JSON
11 lines
196 B
JSON
|
{
|
||
|
"name": "commons",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"lint": "eslint . --ignore-path ../.eslintignore",
|
||
|
"test": "NODE_ENV=test mocha"
|
||
|
}
|
||
|
}
|