-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 962 Bytes
/
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
{
"name": "@surix/client-service",
"version": "0.2.12",
"description": "A service that helps developers intereact with surix data from the apps they develop",
"main": "./dist/client-service.js",
"types": "./dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@types/jest": "^23.3.1",
"awesome-typescript-loader": "^5.2.0",
"jest": "^23.5.0",
"jsdom": "^12.0.0",
"ts-jest": "^23.1.4",
"typescript": "^3.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"scripts": {
"build": "yarn clean && node_modules/.bin/webpack --mode production && cp $PWD/src/types.d.ts dist/src",
"release": "bash scripts/release.sh",
"clean": "rm -rf local dist build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/manuscript/surix/app-service.git"
},
"keywords": [
"Surix",
"App",
"Service"
],
"author": "Alpha Manuscript",
"license": "MIT"
}