forked from 0xPolygon/polygon-token-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"name": "@maticnetwork/token-assets",
"packageName": "maticnetwork-token-assets",
"version": "1.0.27",
"description": "",
"main": "dist/lib.commonjs2.js",
"types": "dist/ts/index.d.ts",
"dependencies": {},
"devDependencies": {
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"ts-loader": "^8.1.0",
"typescript": "^4.3.4",
"webpack": "^4.29.3",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^3.2.3",
"webpack-merge": "^5.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node src/build.js && npm run webpack:dev",
"build:pack": "npm run build && npm pack",
"webpack": "webpack --config webpack.config.js",
"webpack:dev": "cross-env NODE_ENV=development npm run webpack",
"webpack:prod": "cross-env NODE_ENV=production npm run webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maticnetwork/polygon-token-assets.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maticnetwork/polygon-token-assets/issues"
},
"homepage": "https://github.com/maticnetwork/polygon-token-assets#readme"
}