-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "@mourner/bullshit",
"version": "1.3.0",
"description": "Bullshit.js is a best-of-breed, mission-critical enterprise JavaScript bookmarklet that will empower you to evaluate the high impact of market-driven text on any Web resource, cultivating process-centric innovation and out-of-the-box thinking.",
"main": "bullshit.js",
"scripts": {
"build": " esbuild src/replace.js --bundle --minify --outfile=bullshit.js",
"test": "eslint src",
"prepublishOnly": "npm test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mourner/bullshit.js.git"
},
"keywords": [
"bullshit"
],
"author": "Vladimir Agafonkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mourner/bullshit.js/issues"
},
"homepage": "https://github.com/mourner/bullshit.js#readme",
"eslintConfig": {
"extends": "mourner"
},
"files": [
"bullshit.js"
],
"devDependencies": {
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-config-mourner": "^3.0.0",
"findandreplacedomtext": "^0.4.6"
}
}