1 parent a605246 commit 3e11729Copy full SHA for 3e11729
3 files changed
package.json
@@ -30,6 +30,8 @@
30
],
31
"homepage": "https://github.com/atomicals/atomicals-js#readme",
32
"devDependencies": {
33
+ "chai": "^4.3.4",
34
+ "chai-as-promised": "^7.1.1",
35
"gulp": "^4.0.2",
36
"gulp-autoprefixer": "^8.0.0",
37
"gulp-changed": "^4.0.3",
@@ -42,6 +44,7 @@
42
44
"gulp-sass": "^5.0.0",
43
45
"gulp-typescript": "^6.0.0-alpha.1",
46
"gulp-uglify": "^3.0.2",
47
+ "mocha": "^9.1.3",
48
"typescript": "^4.5.4",
49
"vinyl-source-stream": "^2.0.0"
50
},
0 commit comments