File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lod-audio" ,
33 "version" : " 0.0.0-development" ,
4- "description" : " A package for extract audio data of the Lëtzebuerger Online Dictionnaire (LOD)" ,
5- "main" : " $npm_package_bin_lod_audio " ,
4+ "description" : " A package for extract audio data of the Lëtzebuerger Online Dictionnaire (LOD). " ,
5+ "main" : " bin/lod-audio.js " ,
66 "bin" : {
7- "lod-audio" : " ./ bin/lod-audio.js"
7+ "lod-audio" : " bin/lod-audio.js"
88 },
99 "files" : [
10- " ./ bin/*.js"
10+ " bin/*.js"
1111 ],
1212 "scripts" : {
13- "start" : " node $npm_package_bin_lod_audio " ,
14- "lint" : " eslint --fix ./ bin/**/*.js --fix" ,
13+ "start" : " node bin/lod-audio.js " ,
14+ "lint" : " eslint --fix bin/**/*.js --fix" ,
1515 "semantic-release" : " semantic-release"
1616 },
1717 "repository" : {
You can’t perform that action at this time.
0 commit comments