-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 1.11 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
34
35
36
37
38
39
{
"name": "mipsum",
"version": "2.5.1",
"description": "A lorem ipsum generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"start": "npm run demo",
"demo": "webpack-dev-server --config webpack.modules.js",
"demo:browser": "webpack-dev-server --config webpack.browser.js",
"build": "webpack --config webpack.build.js",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"html-webpack-plugin": "^4.5.2",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"webpack": "^5.84.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/diegofelipece/mussum-ipsum.git"
},
"author": "Diego Esteves",
"license": "ISC",
"bugs": {
"url": "https://github.com/diegofelipece/mussum-ipsum/issues"
},
"homepage": "https://github.com/diegofelipece/mussum-ipsum#readme"
}