UNPKG

chemicaltools

Version:

Chemical Tools for Chemistry students.

70 lines (69 loc) 1.71 kB
{ "name": "chemicaltools", "version": "1.2.22", "description": "Chemical Tools for Chemistry students.", "main": "src/index.js", "scripts": { "test": "nyc mocha test/test", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "build": "webpack --mode=production --progress && bundlesize" }, "bundlesize": [ { "path": "./dist/main.js" } ], "repository": { "type": "git", "url": "git+https://github.com/njzjz/chemicaltools-js.git" }, "keywords": [ "chemical", "tools", "chemistry" ], "author": "Jinzhe Zeng", "license": "996ICU AND MIT", "bugs": { "url": "https://github.com/njzjz/chemicaltools-js/issues" }, "homepage": "https://github.com/njzjz/chemicaltools-js#readme", "dependencies": { "tiny-pinyin": "^1.3.0" }, "devDependencies": { "@babel/core": "7.12.9", "@babel/preset-env": "7.12.7", "@semantic-release/git": "9.0.0", "@webpack-cli/init": "1.0.3", "babel-loader": "8.2.2", "babel-plugin-syntax-dynamic-import": "6.18.0", "bundlesize": "0.18.0", "codecov": "3.8.1", "mocha": "8.2.1", "nyc": "15.1.0", "semantic-release": "17.3.0", "terser-webpack-plugin": "5.0.3", "webpack": "5.10.0", "webpack-cli": "4.2.0" }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", [ "@semantic-release/github", { "assets": [ { "path": "dist/main.js", "label": "chemicaltools.min.js" } ] } ], "@semantic-release/git" ] } }