@epilogo/stringifyr
Version:
Stringifyr JS bundle
83 lines (82 loc) • 2.5 kB
JSON
{
"name": "@epilogo/stringifyr",
"version": "1.2.1",
"description": "Stringifyr JS bundle",
"main": "build/index.js",
"types": "build/types/index.d.ts",
"scripts": {
"start": "webpack serve --config webpack.config.demo.js",
"build": "webpack && tsc",
"build:demo": "webpack --config webpack.config.demo.js",
"test": "ts-mocha -p ./tsconfig.dev.json src/tests/**/*.test.ts",
"coverage": "yarn test --coverage",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/EpilogoSRL/stringifyr-cli"
},
"author": "EpilogoSRL <hello@epilogo.io> (https://github.com/EpilogoSRL)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EpilogoSRL/stringifyr-cli/issues"
},
"homepage": "https://github.com/EpilogoSRL/stringifyr-cli",
"keywords": [
"stringifyr",
"localization",
"auto-gpt"
],
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.21.5",
"@types/chai": "4.2.11",
"@types/chai-as-promised": "0.0.31",
"@types/chai-spies": "1.0.1",
"@types/chai-subset": "1.3.3",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.194",
"@types/mocha": "^10.0.1",
"@types/node": "16.18.1",
"@types/sinon": "9.0.8",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-preset-minify": "^0.5.2",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"chai-subset": "1.6.0",
"css-loader": "^6.7.4",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint": "^7.32.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "9.1.3",
"sinon": "12.0.1",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.9",
"ts-mocha": "10.0.0",
"ts-node": "10.9.1",
"ts-toolbelt": "9.6.0",
"typescript": "5.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "4.13.3"
},
"dependencies": {
"@types/react": "^18.2.14",
"dompurify": "^3.0.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"marked": "4.3.0",
"safe-stable-stringify": "^2.4.3"
}
}