Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "@sealcode/cosealious",
"version": "0.2.3",
"description": "Helper functions for Sealious-made API",
"main": "./index.js",
"files": [
"lib/preact/*",
"lib/react/*"
],
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc --outDir lib/$FLAVOR",
"use-api": "rm -f src/react-api/api.ts && ln -s ./$FLAVOR-api.ts src/react-api/api.ts",
"build-for-flavor": "npm run use-api && npm run compile && cp -f package.json lib/$FLAVOR/package.json && json -I -f lib/$FLAVOR/package.json -e \"this.peerDependencies={'$FLAVOR': this.peerDependencies['$FLAVOR']}; this.scripts = {}; this.files = undefined;\"",
"build": "FLAVOR=preact npm run build-for-flavor && FLAVOR=react npm run build-for-flavor",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "https://hub.sealcode.org/source/cosealious/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@3846masa/axios-cookiejar-support": "^1.0.0",
"@babel/runtime-corejs2": "^7.9.2",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"eventemitter3": "^4.0.0",
"qs": "^6.9.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.34",
"json": "^9.0.6",
"preact": "^10.4.4",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "^16.13.1",
"preact": "^10.4.1"
}
}

File Metadata

Mime Type
application/json
Expires
Sat, Nov 23, 04:22 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547837
Default Alt Text
package.json (1 KB)

Event Timeline