UNPKG

@c11/engine.db

Version:

The engine db

47 lines 1.56 kB
{ "name": "@c11/engine.db", "version": "4.0.0-alpha.124", "description": "The engine db", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", "author": { "name": "Constantin Dumitrescu", "email": "dum.constantin@gmail.com" }, "files": [ "dist" ], "scripts": { "build:declaration": "tsc --project tsconfig.build.json", "build": "tsc", "test:simple": "NODE_ENV=test jest --runInBand --config ./jest.config.js --runTestsByPath ./specs/**/*", "test:coverage": "NODE_ENV=test jest --runInBand --config ./jest.config.js --coverageDirectory='./coverage' --collectCoverage --collectCoverageFrom='[\"./src/**/*.{ts,tsx,js,jsx}\"]' --runTestsByPath ./specs/**/*", "test": "yarn run test:coverage", "publish": "yarn npm publish --tolerate-republish" }, "devDependencies": { "@babel/core": "^7.19.3", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@types/babel__core": "^7.1.19", "@types/jest": "^29.1.1", "@types/node": "^18.11.18", "@types/uniq": "0.0.27", "jest": "^29.1.2", "jest-environment-jsdom": "^29.1.2", "typescript": "4.8.4", "yamljs": "^0.3.0" }, "dependencies": { "@c11/engine.types": "4.0.0-alpha.124", "@c11/engine.utils": "4.0.0-alpha.118", "clone-deep": "^4.0.1", "lodash": "^4.17.21", "setimmediate": "^1.0.5", "uniq": "^1.0.1" }, "gitHead": "5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9", "engineConfig": {} }