summaryrefslogtreecommitdiff
path: root/package.json
blob: f2b5afdebac53c2b7e49916b0fefad16fb1df846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "cssx",
  "version": "0.0.0",
  "main": "src/index.ts",
  "repository": "__",
  "author": "Akshay Nair <phenax5@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "serve": "serve -p 3000 .",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "serve": "^14.2.0",
    "typescript": "^5.1.6"
  }
}