UNPKG

@srfnstack/fntags

Version:

<p align="center"> <img alt="fntags header" src="https://raw.githubusercontent.com/SRFNStack/fntags/master/docs/fntags_header.gif"> </p>

57 lines (56 loc) 1.54 kB
{ "name": "@srfnstack/fntags", "version": "0.6.0", "author": "Robert Kempton <r@snow87.com>", "private": false, "homepage": "https://github.com/srfnstack/fntags", "license": "MIT", "files": [ "src/*", "index.d.ts", "index.d.ts.map", "index.js", "LICENSE.txt", "README.md" ], "main": "index.js", "repository": { "type": "git", "url": "git@github.com:srfnstack/fntags.git" }, "keywords": [ "html", "javascript", "client-side", "frontend", "data", "bind", "binding", "framework", "state", "two-way", "state-management" ], "devDependencies": { "cypress": "14.5.2", "pre-commit": "^1.2.2", "standard": "^17.1.0", "typedoc": "^0.25.4", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5.3.3" }, "scripts": { "test": "cp src/*.mjs docs/lib/ && npm run lint && cypress run --spec test/** --headless -b chrome", "cypress": "cypress run --headed --spec test/** -b chrome", "lint": "standard --env browser src && standard --env browser --env jest --global Prism --global cy test docs", "lint:fix": "standard --env browser --fix src && standard --env browser --env jest --global Prism --global cy --fix test docs", "typedef": "rm -rf src/*.mts* && tsc", "docs": "typedoc --plugin typedoc-plugin-markdown --out docs/types ./src/*.mjs", "build": "npm run lint:fix && npm run typedef && npm run docs && npm run test" }, "pre-commit": [ "lint", "test" ], "types": "index.d.ts" }