@smartface/contx
Version:
Context Manager
69 lines (68 loc) • 2.3 kB
JSON
{
"name": "@smartface/contx",
"version": "4.2.12",
"description": "Context Manager",
"scripts": {
"test": "mocha -r ts-node/register --debug ./test/**/*.test.ts",
"test:watch": "mocha -r ts-node/register --watch --debug ./test/**/*.test.ts",
"build:dev": "BABEL_ENV=development babel ./src/ --out-dir -d ../scripts/node_modules/@smartface/contx",
"build": "rm -R -f ./lib && tsc && rsync -a -m --include '*/' --include '*.d.ts' --exclude '*' ./src/ ./lib",
"dev:sync": "mkdir -p ../scripts/node_modules/@smartface/contx && cp -r -t ../scripts/node_modules/@smartface/contx lib package.json",
"dev:remove": "rm -R -f ../scripts/node_modules/@smartface/contx & rm -R -f ./lib",
"dev:link": "npm run dev:remove && BABEL_ENV=development && tsc && npm run dev:sync",
"docs": "jsdoc2md -c .jsdoc.json --no-cache --files src/core/Actor.js --namepaths",
"docs:clean": "rimraf _book",
"docs:publish": "gh-pages --dist _book"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartface/contxjs.git"
},
"keywords": [
"javascript",
"context management"
],
"author": "Cenk Cetinkaya",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartface/contxjs/issues"
},
"homepage": "https://github.com/smartface/contxjs#readme",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^14.*",
"chai": "^3.5.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^4.0.0",
"cz-conventional-changelog": "^2.0.0",
"cz-customizable": "^5.0.0",
"eslint": "^8.6.0",
"eslint-plugin-react": "^6.10.3",
"gitbook-cli": "^2.3.2",
"jase": "^1.2.0",
"jsdoc": "^3.6.7",
"jsdoc-babel": "^0.3.0",
"jsdoc-to-markdown": "^7.1.0",
"minimist": "^1.2.0",
"mocha": "^9.1.3",
"semver": "^5.3.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@smartface/html-to-text": "^1.0.0",
"@smartface/styler": "^2.0.0",
"filtrex": "^0.5.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"path": "./node_modules/cz-conventional-changelog",
"config": "./.cz-config.js"
}
}
}