-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "userscriptrepo",
"version": "0.0.1",
"description": "A collection of userscript I've made/modified ",
"author": "Magic <[email protected]>",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/magicoflolis/userscriptrepo/issues"
},
"homepage": "https://github.com/magicoflolis/userscriptrepo",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@types/babel__core": "^7.1.17",
"@types/jquery": "^3.5.10",
"@types/sass": "^1.43.1",
"babel-loader": "^8.2.3",
"http-server": "^14.0.0"
},
"dependencies": {
"babel-plugin-transform-scss": "^1.1.0",
"js-beautify": "^1.14.0",
"node-watch": "^0.7.2",
"sass": "^1.45.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicoflolis/userscriptrepo.git"
},
"keywords": [
"userjs",
"greasemonkey",
"violentmonkey",
"tampermonkey",
"javascript",
"browser"
],
"private": true
}