forked from QuentinFelten/FormalModeling_MiniProjet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 774 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
{
"name": "FormalModeling_MiniProjet",
"version": "1.0.0",
"description": "Formal modeling project Efrei",
"main": "./dist/index.js",
"scripts": {
"start": "node ./node_modules/parcel-bundler/bin/cli serve ./src/webpages/index.html --port 8080",
"build": "node ./node_modules/parcel-bundler/bin/cli build ./src/webpages/index.html --out-dir ./dist/",
"lint": "node ./node_modules/eslint/bin/eslint . --ext .js --fix"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"parcel-bundler": "^1.12.5"
},
"dependencies": {
"fs": "0.0.1-security"
}
}