Skip to content
Snippets Groups Projects
Commit 99deffaf authored by Alexander Rose's avatar Alexander Rose
Browse files

updated package config

parent c852ad43
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -2,13 +2,20 @@
"name": "mol-star-proto",
"version": "0.1.0",
"description": "Comprehensive molecular library.",
"homepage": "https://github.com/mol-star/mol-star-proto#readme",
"repository": {
"type": "git",
"url": "https://github.com/mol-star/mol-star-proto.git"
},
"bugs": {
"url": "https://github.com/mol-star/mol-star-proto/issues"
},
"scripts": {
"lint": "./node_modules/.bin/tslint src/**/*.ts",
"build": "./node_modules/.bin/tsc",
"watch": "./node_modules/.bin/tsc -watch",
"test": "./node_modules/.bin/jest",
"script": "node build/node_modules/script.js",
"download-dics": "./node_modules/.bin/download -o build/dics http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_pdbx_v50.dic && ./node_modules/.bin/download -o build/dics http://mmcif.wwpdb.org/dictionaries/ascii/mmcif_ddl.dic"
"script": "node build/node_modules/script.js"
},
"jest": {
"moduleFileExtensions": [
......@@ -27,13 +34,14 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/argparse": "^1.0.33",
"@types/benchmark": "^1.0.31",
"@types/express": "^4.11.0",
"@types/jest": "^21.1.10",
"@types/node": "^8.5.8",
"@types/node-fetch": "^1.6.7",
"argparse": "^1.0.9",
"benchmark": "^2.1.4",
"download-cli": "^1.0.5",
"jest": "^21.2.1",
"rollup": "^0.50.1",
"rollup-plugin-buble": "^0.16.0",
......
......@@ -9,7 +9,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
//"downlevelIteration": true,
"lib": [ "es6", "dom", "esnext.asynciterable" ],
"lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
"outDir": "build/node_modules",
"baseUrl": "src",
"paths": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment