@aml-org/amf-custom-validator-web 0.1.0-WEBPACK.14 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,16 +1,22 @@
1
1
  {
2
2
  "name": "@aml-org/amf-custom-validator-web",
3
- "version": "0.1.0-WEBPACK.14",
3
+ "version": "1.0.0",
4
4
  "description": "AMF validator backed by OPA Rego",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
- "test": "mocha -t 10000",
8
- "build:dist": "webpack --config ./webpack.config.js"
7
+ "test": "cypress run",
8
+ "build:dist": "webpack --config ./webpack.config.js",
9
+ "build:test": "webpack --config ./test/webpack.config.js"
9
10
  },
10
11
  "author": "Antonio Garrote",
11
12
  "license": "ISC",
12
13
  "devDependencies": {
14
+ "cypress": "^9.1.0",
15
+ "express": "^4.17.1",
16
+ "forever": "^4.0.1",
13
17
  "mocha": "^8.4.0",
18
+ "nodemon": "^2.0.15",
19
+ "npm-run-all": "^4.1.5",
14
20
  "webpack": "^5.53.0",
15
21
  "webpack-cli": "^4.8.0"
16
22
  },