grout-js
Version:
A small module for reading rock grouting files
42 lines (41 loc) • 1.19 kB
JSON
{
"name": "grout-js",
"version": "1.0.6",
"description": "A small module for reading rock grouting files",
"main": "dist/grout.module.min.js",
"scripts": {
"rm": "rm -rf dist",
"build": "rollup -c",
"postbuild": "dts-bundle-generator -o dist/grout.d.ts src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewisen/grout.js.git"
},
"keywords": [
"rock",
"grout",
"grouting"
],
"author": "André Wisén",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewisen/grout.js/issues"
},
"homepage": "https://github.com/andrewisen/grout.js#readme",
"dependencies": {},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/jest": "^26.0.22",
"dts-bundle-generator": "^5.8.0",
"jest": "^26.6.3",
"rollup": "^2.44.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.4",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
}
}