/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/mjs/package.json
18 строк
404 B
Alexandre Strzelewicz
\#3248 add test file
02 ноя 2017, 18:55
02 ноя 2017, 18:55
5628088
Код
Авторство
О чём код?
{ "name": "test-es6-pm2", "version": "1.0.0", "description": "A simple project to test pm2 es6-modules pm2 support", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node --experimental-modules index.mjs" }, "keywords": [ "es6-modules", "import", "export", "pm2" ], "author": "vpotseluyko", "license": "ISC" }