|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "renderkid",
|
|---|
| 3 | "version": "3.0.0",
|
|---|
| 4 | "description": "Stylish console.log for node",
|
|---|
| 5 | "main": "lib/RenderKid.js",
|
|---|
| 6 | "dependencies": {
|
|---|
| 7 | "css-select": "^4.1.3",
|
|---|
| 8 | "dom-converter": "^0.2.0",
|
|---|
| 9 | "htmlparser2": "^6.1.0",
|
|---|
| 10 | "lodash": "^4.17.21",
|
|---|
| 11 | "strip-ansi": "^6.0.1"
|
|---|
| 12 | },
|
|---|
| 13 | "devDependencies": {
|
|---|
| 14 | "@babel/core": "^7.14.5",
|
|---|
| 15 | "@babel/preset-env": "^7.14.5",
|
|---|
| 16 | "chai": "^4.3.4",
|
|---|
| 17 | "chai-changes": "^1.3.6",
|
|---|
| 18 | "chai-fuzzy": "^1.6.1",
|
|---|
| 19 | "coffeescript": "^2.5.1",
|
|---|
| 20 | "mocha": "^9.1.3",
|
|---|
| 21 | "sinon": "^11.1.1",
|
|---|
| 22 | "sinon-chai": "^3.7.0"
|
|---|
| 23 | },
|
|---|
| 24 | "scripts": {
|
|---|
| 25 | "test": "mocha \"test/**/*.coffee\"",
|
|---|
| 26 | "test:watch": "npm run test -- --watch",
|
|---|
| 27 | "compile": "coffee --bare --transpile --output ./lib ./src",
|
|---|
| 28 | "compile:watch": "coffee --watch --bare --transpile --output ./lib ./src",
|
|---|
| 29 | "watch": "npm run compile:watch & npm run test:watch",
|
|---|
| 30 | "prepublish": "npm run compile"
|
|---|
| 31 | },
|
|---|
| 32 | "repository": {
|
|---|
| 33 | "type": "git",
|
|---|
| 34 | "url": "https://github.com/AriaMinaei/RenderKid.git"
|
|---|
| 35 | },
|
|---|
| 36 | "bugs": {
|
|---|
| 37 | "url": "https://github.com/AriaMinaei/RenderKid/issues"
|
|---|
| 38 | },
|
|---|
| 39 | "author": "Aria Minaei",
|
|---|
| 40 | "license": "MIT"
|
|---|
| 41 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.