forked from Pseudonian/Ultra-Progress-Bar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ultimateprogressbar",
"version": "v0.0.1-beta.9",
"description": "indev game idea",
"browserslist": "> 0.5%, last 2 versions, not dead",
"source": "index.html",
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.0",
"husky": "^7.0.4",
"parcel": "^2.6.2",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@swc/helpers": "^0.4.3",
"dot-prop": "^7.2.0",
"localforage": "^1.10.0"
},
"scripts": {
"lint": "npx eslint . --ext .ts",
"lint:fix": "npm run lint -- --fix",
"csslint": "npx stylelint styles.css",
"csslint:fix": "npx stylelint styles.css --fix",
"check:tsc": "npx -p typescript tsc",
"watch:tsc": "npx -p typescript tsc --watch",
"prepare": "husky install",
"dependency-test": "npx madge --circular --exclude .d.ts --extensions ts ./src",
"build:dev": "npx parcel index.html",
"build:prod": "npx parcel build --public-url /Work-In-Progress/ index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pseudo-Corp/Ultra-Progress-Bar.git"
},
"keywords": [
"Ultimate Progress Bar",
"Ultimate",
"Progress",
"Bar",
"Platonic"
],
"author": "Kevin Bunn",
"license": "MIT",
"homepage": "https://github.com/Pseudo-Corp/Ultra-Progress-Bar#readme",
"contributors": [
{
"name": "Khafra",
"url": "https://github.com/KhafraDev"
}
]
}