-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.02 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
{
"name": "tetrapod",
"version": "1.0.0",
"description": "😊 Improved swear word detection module",
"main": "tetrapod.js",
"scripts": {
"lint": "eslint *.js --fix",
"build": "webpack --config webpack.config.js",
"test": "node --no-warnings --no-deprecation ./node_modules/@babel/node/bin/babel-node.js ./test/find.js",
"bias": "node --no-warnings --no-deprecation ./node_modules/@babel/node/bin/babel-node.js ./bias/build.js",
"input": "node --no-warnings --no-deprecation ./node_modules/@babel/node/bin/babel-node.js ./bias/input.js"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/node": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/runtime": "^7.1.5",
"babel-loader": "^8.0.4",
"chalk": "^2.4.1",
"clone": "^2.1.2",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"author": "hmmhmmhm <[email protected]>",
"license": "MIT",
"dependencies": {
"hangul-js": "^0.2.5"
}
}