@jkcfg/std
Version:
jk standard library
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "@jkcfg/std",
"version": "0.4.0",
"description": "jk standard library",
"main": "std.js",
"type": "module",
"scripts": {
"lint": "eslint *.js *.test.js && eslint -c .eslintrc.ts *.ts",
"build": "tsc",
"test": "jest",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkcfg/jk.git"
},
"keywords": [
"configuration",
"code",
"generation"
],
"author": "The jk Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jkcfg/jk/issues"
},
"homepage": "https://github.com/jkcfg/jk#readme",
"devDependencies": {
"@babel/preset-env": "^7.4.5",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"babel-jest": "^24.9.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^23.0.4",
"jest": "^24.9.0",
"to-fast-properties": "^2.0.0",
"ts-jest": "^24.1.0",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^3.4.3"
},
"jest": {
"preset": "ts-jest/presets/js-with-babel",
"globals": {},
"testMatch": [
"<rootDir>/*.test.js"
],
"moduleDirectories": [
"<rootDir>/node_modules"
]
},
"dependencies": {}
}