Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[jstize.git] / package.json
1 {
2   "name": "@ndcode/jstize",
3   "version": "0.1.0",
4   "description": "Utility to convert regular HTML into JST template",
5   "keywords": [
6     "HTML",
7     "JST",
8     "template",
9     "convert"
10   ],
11   "homepage": "https://www.ndcode.org",
12   "repository": {
13     "type": "git",
14     "url": "https://git.ndcode.org/public/jstize.git"
15   },
16   "bugs": {
17     "email": "nick@ndcode.org"
18   },
19   "bin": {
20     "jstize": "./cli.js"
21   },
22   "main": "jstize.js",
23   "directories": {},
24   "dependencies": {
25     "@ndcode/clean-css": "^4.2.2",
26     "@ndcode/html-minifier": "^3.5.22",
27     "assert": "^1.4.1",
28     "commander": "^2.17.0",
29     "fs": "^0.0.1-security",
30     "html-entities": "^1.2.1",
31     "node-stringify": "^0.2.1",
32     "uglify-es": "^3.3.9"
33   },
34   "devDependencies": {},
35   "scripts": {},
36   "author": "Nick Downing <nick@ndcode.org>",
37   "license": "MIT"
38 }