pict-application
Version:
Application base class for a pict view-based application
62 lines (61 loc) • 2.11 kB
JSON
{
"name": "pict-application",
"version": "1.0.34",
"description": "Application base class for a pict view-based application",
"main": "source/Pict-Application.js",
"scripts": {
"test": "npx quack test",
"start": "node source/Pict-Application.js",
"coverage": "npx quack coverage",
"build": "npx quack build",
"docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t pict-application-image:local",
"docker-dev-run": "docker run -it -d --name pict-application-dev -p 30001:8080 -p 38086:8086 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/pict-application\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" pict-application-image:local",
"docker-dev-shell": "docker exec -it pict-application-dev /bin/bash",
"tests": "npx quack test -g",
"lint": "eslint source/**",
"types": "tsc -p ."
},
"types": "types/source/Pict-Application.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/stevenvelozo/pict-application.git"
},
"author": "steven velozo <steven@velozo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenvelozo/pict-application/issues"
},
"homepage": "https://github.com/stevenvelozo/pict-application#readme",
"devDependencies": {
"@eslint/js": "^9.28.0",
"browser-env": "^3.3.0",
"eslint": "^9.28.0",
"pict": "^1.0.348",
"pict-docuserve": "^0.1.5",
"pict-provider": "^1.0.10",
"pict-view": "^1.0.66",
"quackage": "^1.1.0",
"typescript": "^5.9.3"
},
"mocha": {
"diff": true,
"extension": [
"js"
],
"package": "./package.json",
"reporter": "spec",
"slow": "75",
"timeout": "5000",
"ui": "tdd",
"watch-files": [
"source/**/*.js",
"test/**/*.js"
],
"watch-ignore": [
"lib/vendor"
]
},
"dependencies": {
"fable-serviceproviderbase": "^3.0.19"
}
}