-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "laziest-error",
"version": "0.3.2",
"description": "Permette di generare degli errori dal testo personalizzato in modo semplice e diretto, e decidere tramite callback quale tipo di errore restituire e quali modifiche al testo produrre automaticamente",
"bugs": {
"url": "https://github.com/CitySeventeen/LaziestError/issues"
},
"homepage": "https://github.com/CitySeventeen/LaziestError#readme",
"repository": {
"type": "git",
"url": "https://github.com/CitySeventeen/LaziestError.git"
},
"main": "./src/index.js",
"scripts": {
"test": "NODE_ENV=prod node ./node_modules/mocha/bin/mocha",
"test windows": "SET NODE_ENV=dev&& node ./node_modules/mocha/bin/mocha",
"dev test": "NODE_ENV=dev node ./node_modules/mocha/bin/mocha"
},
"keywords": [
"errors",
"easyerror",
"TypeError"
],
"author": "Raffaele Balsamo <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}