{
  "name": "@hscmap/healpix",
  "version": "1.4.12",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "standalone/dist"
  ],
  "scripts": {
    "prepare": "tsc ; npm run standalone",
    "test": "echo \"to test, do 'npm run my-test'\"",
    "my-test": "python spec/generate-testcase.py > spec/testcase.json && ts-node spec/test.ts",
    "build-example": "cd docs/example && npm install && npm run build",
    "typedoc": "typedoc --out ./docs/example/dist/typedoc ./src/index.ts",
    "standalone": "cd standalone && webpack --mode production --config ./webpack.config.js",
    "gh-pages": "rm -rf ./docs/example/dist && npm run build-example && npm run typedoc && touch ./docs/example/dist/.nojekyll && gh-pages --dotfiles -d ./docs/example/dist"
  },
  "keywords": [
    "healpix",
    "javascript",
    "typescript"
  ],
  "author": "Koike Michitaro",
  "devDependencies": {
    "@types/lodash": "^4.14.186",
    "copy-webpack-plugin": "^11.0.0",
    "gh-pages": "^4.0.0",
    "lodash": "^4",
    "ts-loader": "^9.4.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.15",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "repository": "github:michitaro/healpix",
  "license": "MIT"
}
