/
BGVal
/
basic-js
Обзор
Документация
Войти
/
BGVal
/
basic-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
31 строка
620 B
Maksim Shylau
fix: change test sript & remove unnecessary file
27 фев 2021, 12:24
27 фев 2021, 12:24
6fd72e0
Код
Авторство
О чём код?
{ "name": "basic-js", "version": "1.0.0", "description": "Tasks for RSS", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/AlreadyBored/basic-js.git" }, "keywords": [ "RSS", "tasks" ], "author": "AlreadyBored", "license": "MIT", "bugs": { "url": "https://github.com/AlreadyBored/basic-js/issues" }, "homepage": "https://github.com/AlreadyBored/basic-js#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.0.1", "sinon": "^8.1.1" } }