UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@andypagdin/verify",
3 "version": "0.0.3",
4 "main": "dist/verify.js",
5 "files": [
6 "dist"
7 ],
8 "scripts": {
9 "test": "jest",
10 "test:watch": "jest --watch",
11 "build": "webpack --config webpack.config.js --mode production",
12 "start": "webpack-dev-server --mode development",
13 "lint": "eslint \"**/*.js\""
14 },
15 "author": "",
16 "license": "ISC",
17 "devDependencies": {
18 "@babel/core": "^7.10.4",
19 "@babel/preset-env": "^7.10.4",
20 "babel-loader": "^8.1.0",
21 "css-loader": "^3.6.0",
22 "eslint": "^7.3.1",
23 "jest": "^26.0.1",
24 "style-loader": "^1.2.1",
25 "url-loader": "^4.1.0",
26 "webpack": "^4.43.0",
27 "webpack-cli": "^3.3.12",
28 "webpack-dev-server": "^3.11.0"
29 },
30 "jest": {
31 "moduleNameMapper": {
32 "moduleFileExtensions": [
33 "js"
34 ],
35 "moduleDirectories": [
36 "node_modules",
37 "bower_components",
38 "shared"
39 ],
40 "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/mocks/file-mock.js",
41 "\\.(css|less)$": "<rootDir>/mocks/style-mock.js"
42 }
43 },
44 "dependencies": {},
45 "repository": {
46 "type": "git",
47 "url": "git+https://github.com/andypagdin/verifyjs.git"
48 },
49 "bugs": {
50 "url": "https://github.com/andypagdin/verifyjs/issues"
51 },
52 "homepage": "https://github.com/andypagdin/verifyjs#readme",
53 "description": ""
54}