-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 929 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
28
29
30
31
32
33
34
35
36
{
"name": "songsterr-plys-3.0",
"version": "0.0.1",
"description": ":)",
"main": "blocknreplace.js",
"browser": {
"path": "path-browserify",
"fs": "browserify-fs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/GamerGirlandCo/Songsterr-Plus-2.0.git"
},
"author": "Tablet!",
"license": "MIT",
"bugs": {
"url": "https://github.com/GamerGirlandCo/Songsterr-Plus-2.0/issues"
},
"homepage": "https://github.com/GamerGirlandCo/Songsterr-Plus-2.0#readme",
"dependencies": {
"abstract-syntax-tree": "^2.21.1",
"browserify-fs": "^1.0.0",
"js-beautify": "^1.14.11",
"path-browserify": "^1.0.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"esbuild": "^0.17.11",
"npm-check-updates": "^16.14.6"
}
}