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 @@ ...@@ -2,13 +2,20 @@
"name": "mol-star-proto", "name": "mol-star-proto",
"version": "0.1.0", "version": "0.1.0",
"description": "Comprehensive molecular library.", "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": { "scripts": {
"lint": "./node_modules/.bin/tslint src/**/*.ts", "lint": "./node_modules/.bin/tslint src/**/*.ts",
"build": "./node_modules/.bin/tsc", "build": "./node_modules/.bin/tsc",
"watch": "./node_modules/.bin/tsc -watch", "watch": "./node_modules/.bin/tsc -watch",
"test": "./node_modules/.bin/jest", "test": "./node_modules/.bin/jest",
"script": "node build/node_modules/script.js", "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"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
...@@ -27,13 +34,14 @@ ...@@ -27,13 +34,14 @@
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/argparse": "^1.0.33",
"@types/benchmark": "^1.0.31", "@types/benchmark": "^1.0.31",
"@types/express": "^4.11.0", "@types/express": "^4.11.0",
"@types/jest": "^21.1.10", "@types/jest": "^21.1.10",
"@types/node": "^8.5.8", "@types/node": "^8.5.8",
"@types/node-fetch": "^1.6.7", "@types/node-fetch": "^1.6.7",
"argparse": "^1.0.9",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"download-cli": "^1.0.5",
"jest": "^21.2.1", "jest": "^21.2.1",
"rollup": "^0.50.1", "rollup": "^0.50.1",
"rollup-plugin-buble": "^0.16.0", "rollup-plugin-buble": "^0.16.0",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"strictNullChecks": true, "strictNullChecks": true,
"strictFunctionTypes": true, "strictFunctionTypes": true,
//"downlevelIteration": true, //"downlevelIteration": true,
"lib": [ "es6", "dom", "esnext.asynciterable" ], "lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ],
"outDir": "build/node_modules", "outDir": "build/node_modules",
"baseUrl": "src", "baseUrl": "src",
"paths": { "paths": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment