@ne1410s/grid-ui
Version:
ES Griddler Services and UI
50 lines (49 loc) • 1.45 kB
JSON
{
"name": "@ne1410s/grid-ui",
"version": "0.1.304",
"description": "ES Griddler Services and UI",
"main": "dist/server.js",
"module": "dist/server.es.js",
"files": [
"dist"
],
"types": "dist/server.d.ts",
"scripts": {
"start": "node dist/server.js",
"clean": "rimraf dist",
"is-pretty": "npx prettier -l .",
"prettify": "npx prettier -w .",
"build": "tsc",
"test": "npm run is-pretty",
"publish-patch": "npm run test && npm run clean && npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run test && npm run clean && npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run test && npm run clean && npm run build && npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ne14-fed/web.grid.git"
},
"keywords": [
"ES",
"Grid",
"Griddler",
"UI",
"Nonogram",
"GCHQ",
"Puzzle"
],
"author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ne14-fed/web.grid/issues"
},
"homepage": "https://github.com/ne14-fed/web.grid#readme",
"devDependencies": {
"prettier": "^3.7.4",
"rimraf": "^5.0.10",
"typescript": "^5.9.3"
},
"dependencies": {
"@ne1410s/xprest": "^0.1.289"
}
}