@skimp/json-file
Version:
The json-file module for the skimp domain modelling framework
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "@skimp/json-file",
"version": "4.0.0",
"description": "The json-file module for the skimp domain modelling framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "git clean -X -f -d --exclude=\"!node_modules\"",
"lint": "npx eslint ./src/**/*.ts --config=../../.eslintrc.json",
"test": "echo \"Tests are run in the testing module\" && exit 1",
"prepack": "npm run clean && npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cleavera/skimp.git"
},
"keywords": [
"skimp",
"json-file",
"domain",
"modelling",
"framework"
],
"author": "Anthony Cleaver",
"license": "ISC",
"devDependencies": {
"@skimp/core": "^3.1.0",
"@skimp/debug": "^1.4.0",
"@skimp/schema": "^2.7.1",
"typescript": "^4.5.3"
},
"peerDependencies": {
"@skimp/core": "^3.1.0",
"@skimp/schema": "^2.7.1"
},
"dependencies": {
"@cleavera/utils": "^4.2.1",
"@types/node": "^16.11.12",
"type-fest": "^2.8.0"
}
}