Differences From Artifact [5d07f6ca63]:
- File gc_lang/fr/nodejs/cli/package.json — part of check-in [5b89e2f4fe] at 2018-10-15 15:56:22 on branch nodejs — [njs] Add files for modules (user: IllusionPerdu, size: 592) [annotate] [blame] [check-ins using]
To Artifact [e0a3054dc0]:
- File gc_lang/fr/nodejs/cli/package.json — part of check-in [c5b6c3d6cb] at 2018-10-15 21:00:57 on branch nodejs — [njs] Minor change (user: IllusionPerdu, size: 586) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
14 15 16 17 18 19 20 |
"bin": {
"gramma-cli": "bin/gramma-cli.js"
},
"engines": {
"node": ">=9.0.0"
},
"scripts": {
| | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
"bin": {
"gramma-cli": "bin/gramma-cli.js"
},
"engines": {
"node": ">=9.0.0"
},
"scripts": {
"test": "node bin/gramma-cli.js"
},
"dependencies": {
"grammalecte": "~1.0.0"
},
"files": [
"bin",
"lib",
|
| ︙ | ︙ |