-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@marcmartino/subs",
"version": "1.0.5",
"description": "Library for calculating saccharide blend substitutions",
"main": "./dist/subs.js",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register src/**/*.test.ts",
"build:sheets": "webpack --type=sheets",
"build": "webpack --type=module"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcmartino/subs.git"
},
"author": "Marc Martino",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.7",
"chai": "^4.2.0",
"expose-loader": "^1.0.3",
"mocha": "^6.2.0",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3",
"webpack": "4.46.0",
"webpack-cli": "^3.3.9"
},
"bugs": {
"url": "https://github.com/marcmartino/subs/issues"
},
"homepage": "https://github.com/marcmartino/subs#readme",
"dependencies": {}
}