-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.02 KB
/
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
31
32
33
{
"name": "impact-of-code",
"version": "1.0.8",
"description": "Micro club usthb is Making new online challenges called Impact of code That are modeled in this package.",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node .",
"doc": "jsdoc -d docs app.js Errors/NotImplemented.js Errors/NoChallenge.js Errors/NotExtended.js README.md",
"postinstall": "npx"
},
"bin": "bin/cli.js",
"keywords": [
"challenge",
"Micro-Club",
"IOC",
"Impact-of-code",
"MC-event",
"USTHB"
],
"private": false,
"publishConfig": {
"@shiroyasha:registry": "https://npm.pkg.github.com"
},
"author": "shirogin",
"license": "MIT",
"repository": "https://github.com/microclub-usthb/ioc-challenge.git",
"bugs": {
"url": "https://github.com/microclub-usthb/ioc-challenge/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/microclub-usthb/ioc-challenge#readme"
}